Oct 14 2022 07:24 AM
I am constructing a database to track the fuse inventory in my department, and I am cross referencing the fuse size/rating to the machine(s) that use that fuse.
I have a Link Table set up to track the many-to-many relationships, and have confirmed that I can use the table to get a list of fuses, with the machines that use the fuse, and a list of machines, with the fuses that are in the machine.
My current headache is in populating the Link Table. I have been doing it 'by hand,' manually entering the Primary Key for the machine and the Primary Key for the fuse into the Link Table.
What I would like is a form where I can select the machine from drop-down list A, select the fuse from drop-down list B and hit the 'add fuse' button to append the data pair to the Link Table.
Any advice will be humbly accepted.
Thank you all for your time and attention.
Oct 14 2022 07:57 AM
SolutionOct 14 2022 10:49 AM
Ah, subforms, that's the technique I should use. Thank you.
I already use subforms in my Project Log database, so the timestamped note entries are automatically attached to the project number, but that was a one-to-many relation. I did not realize the same technique could be used on a many-to-many link table.
Oct 20 2022 05:37 AM
Oct 14 2022 07:57 AM
Solution