I would like to create a main form with two linked subforms as follows:
Students (Main)
Classes (subform1)
Assignments (subform2)
Where Classes is linked to Students and Assignments is linked to Classes.
The tables for the above are as follows
(where ----> indicates a one to many link)
Students---->Students/Classes<-----Classes
Classes----->Classes/Assignments<---Assignments
(That is to say that there are two many-many relationships between the three tables)
I am able to create a form which displays all Students and their related Classes, but when I insert the subform for Assignments, it will not show data related to the Classes. I have tried using a one-many relationship between Studnets and Classes, this works but not when I have a many-many relationship. What am I doing wrong?
Any help highly appreciated,
Thanks in advance.
Students (Main)
Classes (subform1)
Assignments (subform2)
Where Classes is linked to Students and Assignments is linked to Classes.
The tables for the above are as follows
(where ----> indicates a one to many link)
Students---->Students/Classes<-----Classes
Classes----->Classes/Assignments<---Assignments
(That is to say that there are two many-many relationships between the three tables)
I am able to create a form which displays all Students and their related Classes, but when I insert the subform for Assignments, it will not show data related to the Classes. I have tried using a one-many relationship between Studnets and Classes, this works but not when I have a many-many relationship. What am I doing wrong?
Any help highly appreciated,
Thanks in advance.