Arg81
Well-known member
What's the best way of displaying many-to-many relationships on a form?
I'm trying to create a simple app to show Printers and Consumables.
Printers can have many consumables, and these consumables can be used on many printers.
I've created the three tables:
prn_Printers
prn_Consumables
prn_PrinterConsumables (the "middleman")
I have created the right relations etc in my app, and dragged onto the form to create the grids.
However, when I click a printer in the printer grid, I only see 1 consumable. I then have to go through each PrinterConsumable in that grid (which will end up deleted or hidden) to see the other consumables.
Basically I want a list of printers, and when I highlight a printer, see a list of ALL the consumables....
Help appriciated (I haven't had to do a MM relationship yet!!!)
I'm trying to create a simple app to show Printers and Consumables.
Printers can have many consumables, and these consumables can be used on many printers.
I've created the three tables:
prn_Printers
prn_Consumables
prn_PrinterConsumables (the "middleman")
I have created the right relations etc in my app, and dragged onto the form to create the grids.
However, when I click a printer in the printer grid, I only see 1 consumable. I then have to go through each PrinterConsumable in that grid (which will end up deleted or hidden) to see the other consumables.
Basically I want a list of printers, and when I highlight a printer, see a list of ALL the consumables....
Help appriciated (I haven't had to do a MM relationship yet!!!)