Forum Discussion

AndrewDreasler's avatar
AndrewDreasler
Copper Contributor
Oct 14, 2022

Newbie Question: Form to populate a Link Table.

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 trac...
  • Tom_van_Stiphout's avatar
    Oct 14, 2022
    File > New and download the Northwind sample app.
    Look at the database design: Orders 1:M OrderDetails M:1 Products
    Then look at how this M:M is implemented in OrderDetails form: Orders are on the parent form, there is a subform with OrderDetails, and a dropdown with Products.

Resources