T
Tom
I need to create an Autonumber field that will be prefixed
with the current Year (YY) and Month (MM).
So, instead of having a record id that is "0001", "0002",
or "0003" for the first 3 records, I'd like to have the
system create "08-20-0001" (or maybe "08200001"), "08-20-
0002", "08-20-0001" as the primary key.
How can I achieve this?
Thanks,
Tom
with the current Year (YY) and Month (MM).
So, instead of having a record id that is "0001", "0002",
or "0003" for the first 3 records, I'd like to have the
system create "08-20-0001" (or maybe "08200001"), "08-20-
0002", "08-20-0001" as the primary key.
How can I achieve this?
Thanks,
Tom