D
DavidPuddyFan
Have a small project in front of me, and I am just trying to figure out
how to do it...I think I have an idea, but I wanted to get some other
ideas as well...basically the main thing I need to to is automate a
serial number, which is no big deal, within the db whenever a new entry
is added...where I need the help is here...I need to the serial number
to be in this format:
V044110001
Where 04 is the year, 41 is the week number, 10 is the day, and 001 is
the incremental number for the day......so for instance, if I were to
enter 2 entries into the db on Jan 2, then the serial numbers would be
V040102001 and V040102002 respectively....then for Jan 3rd, they would
be V040103001 and V040103002....
Now I just have to find a way to do it....thanks
how to do it...I think I have an idea, but I wanted to get some other
ideas as well...basically the main thing I need to to is automate a
serial number, which is no big deal, within the db whenever a new entry
is added...where I need the help is here...I need to the serial number
to be in this format:
V044110001
Where 04 is the year, 41 is the week number, 10 is the day, and 001 is
the incremental number for the day......so for instance, if I were to
enter 2 entries into the db on Jan 2, then the serial numbers would be
V040102001 and V040102002 respectively....then for Jan 3rd, they would
be V040103001 and V040103002....
Now I just have to find a way to do it....thanks