I am currently creating an access database that will be used for vendor tracking. I have a vendors table with the primary key as vendor_id. What I wanted to know was whether there is a way for me to define the vendor ID some sort of autonumber, but instead of it just being an incremental number it is the current date plus an incremental number. For example:
First vendor of the day...
Vendor ID: 0126041
Second vendor of the day...
Vendor ID: 0126042
01 = January
26 = today's date
04 = year 2004
and the following number is the incremented number. Any help/advice would be greatly appreciated. Thanks.
First vendor of the day...
Vendor ID: 0126041
Second vendor of the day...
Vendor ID: 0126042
01 = January
26 = today's date
04 = year 2004
and the following number is the incremented number. Any help/advice would be greatly appreciated. Thanks.