B
Balfour211
I am using Access 2003. My question concerns serial numbers and auto fill in
when shipments arrive. My widgits usually come in cases of 24, but not
always. Each of them have their own serial number. When they come in the
case, all of the serial numbers are in order going up by 1. Here is what I
would like to do:
I have the main table that tracks the widgits using the serial numbers.
When a shipment comes in, I would like to use a form to enter the new
inventory. I would have the serial number box bound to the main table, an
unbound text box where I could enter the number of widgits in the case, and
an unbound text box where I could enter the starting serial number. I would
then like to push a command button and have the widgits entered into my
inventory with their serial numbers.
My idea was to enter the first widgit with the starting serial number into
the table, have the code add 1 to the starting serial number, enter that
value into the table, and continue to do this until 24 widgits have been
entered.
Could someone help me with the code that would do this.
Thanks,
Balfour211
when shipments arrive. My widgits usually come in cases of 24, but not
always. Each of them have their own serial number. When they come in the
case, all of the serial numbers are in order going up by 1. Here is what I
would like to do:
I have the main table that tracks the widgits using the serial numbers.
When a shipment comes in, I would like to use a form to enter the new
inventory. I would have the serial number box bound to the main table, an
unbound text box where I could enter the number of widgits in the case, and
an unbound text box where I could enter the starting serial number. I would
then like to push a command button and have the widgits entered into my
inventory with their serial numbers.
My idea was to enter the first widgit with the starting serial number into
the table, have the code add 1 to the starting serial number, enter that
value into the table, and continue to do this until 24 widgits have been
entered.
Could someone help me with the code that would do this.
Thanks,
Balfour211