spartansFC
Programmer
Hi
I have a single table (tblParentChild) which has the following fields
lngParentChildID
lngFamilyID
lngParentChildType
strParentChildSurname
strParentChildForename....etc
lngParentChildtype is a combo box on a form which allows the user to select if the entry is "Main Parent", "Child", or "Other".
I've created 3 queries for each unbound box, the lngParentChildType has a criteria in each query which will only display the relevant people
1 = Main Parent
2 = child
3 = other
So i want the main unbound form "frmMainParent" to show all main parents and when the user clicks on each main parent, the other 2 unbound forms update to show only the other people who are part of that family in frmChildren and frmFamilyOther.
I think i've got my tables created in the right way, i.e i only need the one table to show the members of each family, it's just i'm a bit stuck as to how to split and link them into their 3 unbound forms.
Ive attached a picture of tblParentChild to show how the data is stored.
Any ideas.
Mikie
I have a single table (tblParentChild) which has the following fields
lngParentChildID
lngFamilyID
lngParentChildType
strParentChildSurname
strParentChildForename....etc
lngParentChildtype is a combo box on a form which allows the user to select if the entry is "Main Parent", "Child", or "Other".
I've created 3 queries for each unbound box, the lngParentChildType has a criteria in each query which will only display the relevant people
1 = Main Parent
2 = child
3 = other
So i want the main unbound form "frmMainParent" to show all main parents and when the user clicks on each main parent, the other 2 unbound forms update to show only the other people who are part of that family in frmChildren and frmFamilyOther.
I think i've got my tables created in the right way, i.e i only need the one table to show the members of each family, it's just i'm a bit stuck as to how to split and link them into their 3 unbound forms.
Ive attached a picture of tblParentChild to show how the data is stored.
Any ideas.
Mikie
![tblparentchild.jpg](http://img210.imageshack.us/img210/9666/tblparentchild.jpg)