I want to have a custom numbering scheme for a database. I want the following information:
RFP20041001 - (sample numbering scheme)
The break down above is:
RFP - all records begin with this
Year - 2004 (that record was entered)
Month - 10 (that record was entered)
AutoNumber - 01 (autonumber how many records in database)
I was able to make separate fields that make up the above, but I'm wondering if I can simply code the autonumber to show this by itself?
RFP20041001 - (sample numbering scheme)
The break down above is:
RFP - all records begin with this
Year - 2004 (that record was entered)
Month - 10 (that record was entered)
AutoNumber - 01 (autonumber how many records in database)
I was able to make separate fields that make up the above, but I'm wondering if I can simply code the autonumber to show this by itself?