Master Detail
Hello Frnds,
Can you please help me regarding the following problem?
I am having one .mdb file, which contains only tables and queries, and another .mdb file, which contains only forms.
Also I have two tables with one-to-many relationship.
Student
=======
StudentID
StudentName
Marks
==========
StudentID
Subject
Marks
Now I need one master-detail form in which master form will be student details and detail form will be their marks detail.
Please help me.
|