J
JH
I'm not a programmer. I've done some nice databases without having to do
much coding. HOWEVER, I've been assigned to do a new, very small database.
One field has me stumped.
There are 5 fields:
Date
Vendor
Product
PO Number
Product
The tricky one is PO Number. What's needed is an autonumber based on the
date.
Example: 12050001, 12050002, etc.
The autonumber would use numbers based on the date (just mm/yy) and a 4
digit sequenced number after.
Trick: When the date changes to a new month/year the generated number will
automatically put the new mm/yy and start regenerating the sequenced numbers
(i.e. start over with 0001: i.e. 01060001, 01060002, etc.)
Really need help with this one.
James
much coding. HOWEVER, I've been assigned to do a new, very small database.
One field has me stumped.
There are 5 fields:
Date
Vendor
Product
PO Number
Product
The tricky one is PO Number. What's needed is an autonumber based on the
date.
Example: 12050001, 12050002, etc.
The autonumber would use numbers based on the date (just mm/yy) and a 4
digit sequenced number after.
Trick: When the date changes to a new month/year the generated number will
automatically put the new mm/yy and start regenerating the sequenced numbers
(i.e. start over with 0001: i.e. 01060001, 01060002, etc.)
Really need help with this one.
James