Hi,
I have the following form for logging chemicals into a chemical database. I also have the following tables and relationships for reference.
The "Catalog Number:" combo box at the top allows users to select a previously logged in chemical and fill in the Chemical Info fills (the left most fields), because that information is the same for every catalog number for a chemical. Then there is the "Chemical ID:" field located in the middle portion, which is the PK of tblChemicalID, which is autogenerated when the user enters the quantity, received date, etc fields on the form. I would like to repeat all of the middle fields and right side fields, EXCEPT CREATE a new ChemicalID, depending on the value entered into the "Quantity" field. SO, a user chooses the catalog number for Isopropyl Alcohol, starts filling in the middle and right side fields, including 5 for the Quantity (because there are 5 bottles), and I need Isopropyl Alcohol added to tblChemicalID 5 times, but a new ChemicalID for each of the records. It would make chemical database entry FAR easier for my personnel. Thanks in advance.