dazedandconfuzed2
Technical User
Okay, I need some help here.
I am creating order forms. Every order gets a unique number
(a purchase order #) that needs to be automatically generated when a new record is created. Here's the scheme
for concocting the number.
It is a 9 digit number. eg: 305091901
the first digit is the last digit of the year (3)
the next two are the month (may-05)
the next two are the day (09)
these need to be generated by the calendar
the next two #s are always 19
followed by sequential #s starting at one, fresh
every day at 01 (starting over again, prefaced by the date and 19), going as high as 99
help me, please!
I am creating order forms. Every order gets a unique number
(a purchase order #) that needs to be automatically generated when a new record is created. Here's the scheme
for concocting the number.
It is a 9 digit number. eg: 305091901
the first digit is the last digit of the year (3)
the next two are the month (may-05)
the next two are the day (09)
these need to be generated by the calendar
the next two #s are always 19
followed by sequential #s starting at one, fresh
every day at 01 (starting over again, prefaced by the date and 19), going as high as 99
help me, please!