D
dee
Hi,
I'm trying to create a form that lists:
Main Form: Family Name (from Family table)
Sub Form: Meeting information such as date, notes (linked via FamilyID PK
in Family table and FK in Meetings table)
Each family may have up to four children attending the school and 1, 2, 3,
or 4 of them may attend a family meeting. I have fields called Student1,
Student2, Student3 and Student4 in the Meetings table that I use in the sub
form. I would like to populate them with a combo box that displays the names
of the students from the Student table.
The problem is: the combo box displays the names of ALL students, not just
those of the currently displayed family. How can I "link" it to the
FamilyIDI?
Thanks!
I'm trying to create a form that lists:
Main Form: Family Name (from Family table)
Sub Form: Meeting information such as date, notes (linked via FamilyID PK
in Family table and FK in Meetings table)
Each family may have up to four children attending the school and 1, 2, 3,
or 4 of them may attend a family meeting. I have fields called Student1,
Student2, Student3 and Student4 in the Meetings table that I use in the sub
form. I would like to populate them with a combo box that displays the names
of the students from the Student table.
The problem is: the combo box displays the names of ALL students, not just
those of the currently displayed family. How can I "link" it to the
FamilyIDI?
Thanks!