scottparks
IS-IT--Management
I have a table of product codes. I have another table that is populated by user input through a form. The user enters the product code, beginning serial number and ending serial number. I want to take that info and create another table with all of the entries. Example of user input:
Product Code = 1015020
BSerial = 89330
ESerial = 89335
Table generated would be:
1015020 89330
1015020 89331
1015020 89332
1015020 89333
1015020 89334
1015020 89335
I would like to do this without using VB if possible. I am new to Access and would appreciate any help.
Thanks in advance.
Product Code = 1015020
BSerial = 89330
ESerial = 89335
Table generated would be:
1015020 89330
1015020 89331
1015020 89332
1015020 89333
1015020 89334
1015020 89335
I would like to do this without using VB if possible. I am new to Access and would appreciate any help.
Thanks in advance.