FaeryHigh Posted June 18, 2007 Posted June 18, 2007 In my database I'm looking for a sort-of serial number that will automatically insert on creation of a new record. I want the serial number to contain the date, the creator's initials, and the number record created that day, i.e. something like JM061807-1 for the first record of the day.... is there any way to do this?
Anuviel Posted June 18, 2007 Posted June 18, 2007 That is nice, I would actually like to know the same thing. Thanks for posting this question.
aldipalo Posted June 18, 2007 Posted June 18, 2007 Take a look at this. Check both the RecordID field and the Identifier fields. If you need a further explanation let me know. HTH Custom_serial_field.zip
ralph.nusser Posted June 19, 2007 Posted June 19, 2007 (edited) I suppose every user has an account with his initials. Serial: II-yyymmdd-n II = Initials yyyy = year mm = month dd = day n = Counter example: JM-20070619-4 CAUTION: Do not allow deletions of records at the same day. prevent creation of doubles of your serials! This way the serials can be sorted in ascending order that matches the chronological order. Have a look at another example: product coding with a serial: http://www.filemaker-magazin.de/fmmforum/72230.html Happy FileMaking Ralph Nusser Sogetes Computer-Services www.sogetes.com Serial_Number_SOGETES_1.0.0.zip Edited June 19, 2007 by Guest
Recommended Posts
This topic is 6428 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