Hey all,
So I'm having some trouble figuring out how to set up my form/subform. Heck, I'm not even 100% sure that it's what I need.
tblExipients
- ExipientID (PK), ExipientLotNumber, ExipientAmount
- Each ExipientLotNumber has a different ExipientAmount
tblSolution
- SolutionID (PK), SolutionName, ExipientID (FK), Manufacturer
- So 1 SolutionName can have several ExipientLotNumbers, but they each have a different ExipientAmount
I was making a form that had tblSolution as the main form, then tblExipients as the subform. My logic was that for each SolutionName, each different ExipientLotNumber would show up. (I'm using this form to create new records).
However, when I tried it, the main form's records consisted of several SolutionNames. I'm unsure what I'm doing wrong, and if this is even the best strategy and/or best form/table structure.
Thanks in advance for any help.
So I'm having some trouble figuring out how to set up my form/subform. Heck, I'm not even 100% sure that it's what I need.
tblExipients
- ExipientID (PK), ExipientLotNumber, ExipientAmount
- Each ExipientLotNumber has a different ExipientAmount
tblSolution
- SolutionID (PK), SolutionName, ExipientID (FK), Manufacturer
- So 1 SolutionName can have several ExipientLotNumbers, but they each have a different ExipientAmount
I was making a form that had tblSolution as the main form, then tblExipients as the subform. My logic was that for each SolutionName, each different ExipientLotNumber would show up. (I'm using this form to create new records).
However, when I tried it, the main form's records consisted of several SolutionNames. I'm unsure what I'm doing wrong, and if this is even the best strategy and/or best form/table structure.
Thanks in advance for any help.
