I have tblWorkDirective w/ the field WorkDirectiveID as a PK Autonumber. We (my boss & I) want to have our own autogenerating number that increases with every new record, AND has several components.
We'd like it to appear as: E05-XXXX, where "E" is always that letter, "05" is the last two digits of the current year and XXXX is the autogenerating number.
Right now, in tblWorkDirective I've got the field WorkDirectiveID Format as "E05-"0000. That SHOWS UP properly, but that won't allow for the Year to reset automatically at the end of the Year, or for the number's to recycle.
I've checked the FAQs & searched quite a few other posts & sites, but I'm lacking the proper direction. Any thoughts/ideas?
Cheers.
We'd like it to appear as: E05-XXXX, where "E" is always that letter, "05" is the last two digits of the current year and XXXX is the autogenerating number.
Right now, in tblWorkDirective I've got the field WorkDirectiveID Format as "E05-"0000. That SHOWS UP properly, but that won't allow for the Year to reset automatically at the end of the Year, or for the number's to recycle.
I've checked the FAQs & searched quite a few other posts & sites, but I'm lacking the proper direction. Any thoughts/ideas?
Cheers.