D
dee
Hi,
I have three tables:
Family
Students
Meetings
FamilyID PK is FK in Meetings
FamilyID PK is also FK in the Students table (for other uses)
I am having problems in the Meetings sub-form. I want it to allow me to
choose up to four children in the same family who are students and who
attended the family meeting.
When I create a combo box, it shows ALL student names, not just the ones for
the currently displayed family.
The fields I need in the sub form should look something like this:
Meeting Date Parent 1 Parent 2 Student1 Student2 Student3 Student 4
where the student 1 through 4 are drop-downs.
Thanks!
I have three tables:
Family
Students
Meetings
FamilyID PK is FK in Meetings
FamilyID PK is also FK in the Students table (for other uses)
I am having problems in the Meetings sub-form. I want it to allow me to
choose up to four children in the same family who are students and who
attended the family meeting.
When I create a combo box, it shows ALL student names, not just the ones for
the currently displayed family.
The fields I need in the sub form should look something like this:
Meeting Date Parent 1 Parent 2 Student1 Student2 Student3 Student 4
where the student 1 through 4 are drop-downs.
Thanks!