Ninja Posted December 6, 2004 Posted December 6, 2004 I need a serial key which only increments based on the uniqueness of another field. Allow me to explain. When the record is created the date is entered into the date field. If this is the first record to be entered with this date, the serial key should be 1, the second 2 and so on. As soon as a new date is entered the serial key should revert to 1. An added complication is that the records are not necessarily entered in order of date. any clever ideas?
-Queue- Posted December 6, 2004 Posted December 6, 2004 See attached for possible solution. Note that records must be created via the 'New' script in order for the Lookup to work correctly once they are committed (the record is exited). NinjaSerial.zip
Recommended Posts
This topic is 7361 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