My database records company layoff or closing notices. The primary key is an autonumber that I don't visibly use.
However, the notices do need to be uniquely numbered, and my agency would like them numbered as follows:
Notices in 2006 will be numbered 20060001, 20060002, etc.
Notices in 2007 will be numbered 20070001, 20070002, etc.
What's the best way for me to add a field to the table that will accomplish this and will allow me to change it with each new year?
I checked the FAQs but didnt see anything similar to my request. Thanks for your help,
kl
However, the notices do need to be uniquely numbered, and my agency would like them numbered as follows:
Notices in 2006 will be numbered 20060001, 20060002, etc.
Notices in 2007 will be numbered 20070001, 20070002, etc.
What's the best way for me to add a field to the table that will accomplish this and will allow me to change it with each new year?
I checked the FAQs but didnt see anything similar to my request. Thanks for your help,
kl