jazminecat23
Programmer
hi all, I need to auto number the records my users enter into a form. i've created it as a text field, but can change that if I need to. I need them to follow the following format
YY = last 2 digits of the current year
MM = two digit month
nnnn = auto numbering starting at 0001 at the beginning of every month.
So, for example, the third record created in October of 2007 will be 07100001
and the 45th record created in october of 07 will be
07450001
Can anyone tell me how to do this?
YY = last 2 digits of the current year
MM = two digit month
nnnn = auto numbering starting at 0001 at the beginning of every month.
So, for example, the third record created in October of 2007 will be 07100001
and the 45th record created in october of 07 will be
07450001
Can anyone tell me how to do this?