Many-to-many relationship between main form and subform?
I am working on a database to keep track of the hardware and the software inventory of the company I work for.
I've got a table for the PCs and a table for the software. These two have a many-to-many relationship via another table (b/c a PC can have more than one program installed and every program can be installed on many PCs).
I would like to create a form where the PC-table is the source for the main form and the software-table for a subform, so I can easily keep track of what software is installed on a PC. The problem is that I don't know how to make the many-to-many relationship to work for this.
Can anyone tell me how to do this?
Thx
I am working on a database to keep track of the hardware and the software inventory of the company I work for.
I've got a table for the PCs and a table for the software. These two have a many-to-many relationship via another table (b/c a PC can have more than one program installed and every program can be installed on many PCs).
I would like to create a form where the PC-table is the source for the main form and the software-table for a subform, so I can easily keep track of what software is installed on a PC. The problem is that I don't know how to make the many-to-many relationship to work for this.
Can anyone tell me how to do this?
Thx
Last edited: