TougToug Posted February 17, 2005 Share Posted February 17, 2005 Hi, i'm trying to set up an Auto-Enter Serial number on a field, and my problem is i want it to have a different format depending on which value i choose in an other field (with value list DV, PV, ST, AUDIT) I tried to do a little calculation but it obviously didn't work... Do i need to set a calculation and still have the Auto-Enter Serial number ticked?? Any help would be much apreciated!! THANKS !! Link to comment Share on other sites More sharing options...
merlyn383 Posted February 17, 2005 Share Posted February 17, 2005 Is it just simply the formatting that needs to change or are there different sets of serial numbers ( adifferent set for each value of the second field)? Link to comment Share on other sites More sharing options...
transpower Posted February 17, 2005 Share Posted February 17, 2005 TougToug, yes, you need an Auto-Enter calculation, not the serial number method. Link to comment Share on other sites More sharing options...
TougToug Posted February 18, 2005 Author Share Posted February 18, 2005 Ok let me clarify a little bit: i have "Report ID" (where i want the serial number in) and "Design Level" where i chosse the value. what i would like to do is when i choose from the drop down list in "Design Level" the value "DV", the calculation put the next serial number of format DVxxx and if i choose "PV" => PVxxx, etc... I tried to use something like Case(Table::Design Level = "DV" ; Get(nextserialnumber)... but then how do i put it the "Report ID" field??? Any suggestions would be much appreciated Link to comment Share on other sites More sharing options...
transpower Posted February 18, 2005 Share Posted February 18, 2005 Concatenate the two. Link to comment Share on other sites More sharing options...
TougToug Posted February 21, 2005 Author Share Posted February 21, 2005 Thanks great idea that was not what i had in my mind but there is no problem doing it that way and it's a lot easier Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6614 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now