Hello all, it's been a while - I ALMOST forgot how great this site is!
I am creating a basic data entry form. What's not so basic is this: I would like a field that will automatically insert a certain number of records. For example, I am tracking defective products. Sometimes I may get a batch of defective products, like 5-50, and I need them tracked individually but I do not want to enter them all manually.
For example, I would like to be able to enter
DATE, SHIFT, DEFECT DESCRIPTION, NUMBEROFPRODUCTS
and the NUMBEROFPRODUCTS field would automatically insert a number of records in the DB with the same characteristics (DATE, SHIFT, DEFECT DESCRIPTION)of that record. I have an autonumber primary key, of course, and I do not need to store the NUMBEROFPRODUCTS value.
Thanks for your help!
Dan
I am creating a basic data entry form. What's not so basic is this: I would like a field that will automatically insert a certain number of records. For example, I am tracking defective products. Sometimes I may get a batch of defective products, like 5-50, and I need them tracked individually but I do not want to enter them all manually.
For example, I would like to be able to enter
DATE, SHIFT, DEFECT DESCRIPTION, NUMBEROFPRODUCTS
and the NUMBEROFPRODUCTS field would automatically insert a number of records in the DB with the same characteristics (DATE, SHIFT, DEFECT DESCRIPTION)of that record. I have an autonumber primary key, of course, and I do not need to store the NUMBEROFPRODUCTS value.
Thanks for your help!
Dan