dragonmaster
MIS
Hi all,
I have a table with customers, a table with products and a table with serialnumbers. When I add a new product I want to create the same rows with a different serialnumber or add new serialnumbers for an allready existing product. Basically what I am looking for is when I select a product I get prompted (or how ever possible) with the question how many serialnumbers I wish to create.
Example: I have product X. My last serialnumber is 100. I want to generate 25 serial numbers. I would be asked how many I want and it would automaticaly insert 25 new rows in my DB for product X with different serialnumbers 101, 102, 103 etc etc.
Is this possible and how would I go about in doing this.
Any help would be gratefully appreciated.
Thank you
Timo
I have a table with customers, a table with products and a table with serialnumbers. When I add a new product I want to create the same rows with a different serialnumber or add new serialnumbers for an allready existing product. Basically what I am looking for is when I select a product I get prompted (or how ever possible) with the question how many serialnumbers I wish to create.
Example: I have product X. My last serialnumber is 100. I want to generate 25 serial numbers. I would be asked how many I want and it would automaticaly insert 25 new rows in my DB for product X with different serialnumbers 101, 102, 103 etc etc.
Is this possible and how would I go about in doing this.
Any help would be gratefully appreciated.
Thank you
Timo