G
Guest
Hello -
I have 2 linked tables - Table "A" is a product , and table "B" generates a
serial number (AutoNumber field) for each individual existence of that
product.
For example, I have receive 20 new items of MyProduct. I would like to be
able to generate the next 20 serial numbers for MyProduct by entering a
starter record in table "B" then running some code that creates "x"
additional records. The user would enter the "X" value in a field that the
code should refer to for the count of the number of new entries in table "B".
Basically all I need some "loop" code to be able to tell it how many times
to paste append the starter record.
Thanks
sandy
I have 2 linked tables - Table "A" is a product , and table "B" generates a
serial number (AutoNumber field) for each individual existence of that
product.
For example, I have receive 20 new items of MyProduct. I would like to be
able to generate the next 20 serial numbers for MyProduct by entering a
starter record in table "B" then running some code that creates "x"
additional records. The user would enter the "X" value in a field that the
code should refer to for the count of the number of new entries in table "B".
Basically all I need some "loop" code to be able to tell it how many times
to paste append the starter record.
Thanks
sandy