D
DavidPuddyFan
I have created some code that will generate a serial number in a
particular format (YYWW D ###)...The ### will recycle itself each day
so a serial number created yesterday would be 0419 5 001 one created
today would be 0419 6 001.
What I am being asked to do now, and I am not sure if it is possible is
to add a field to the form where this is generated to add a
quantity...and when the code is executed, create that many
serial#'s...so if there were a qty of 10 entered, the generate serial
command button would create and post to the table 15 serial#'s using
the data on the form. Is this possible?
Thanks in advance
particular format (YYWW D ###)...The ### will recycle itself each day
so a serial number created yesterday would be 0419 5 001 one created
today would be 0419 6 001.
What I am being asked to do now, and I am not sure if it is possible is
to add a field to the form where this is generated to add a
quantity...and when the code is executed, create that many
serial#'s...so if there were a qty of 10 entered, the generate serial
command button would create and post to the table 15 serial#'s using
the data on the form. Is this possible?
Thanks in advance