spartansFC
Programmer
Hi
i've created 3 tables which i've linked via a junction table, although i'm not sure if i've done it correctly as i'm not 100% sure of many to many relationships, i'm using a structure i found from
it fits everything i need although i still need to work out the addresses. My basic structure at the moment is:
tblParent
lngParentID
strParentForename
strParentSurname
dteParentDOB
lngParentRelationship
tblParentChildDetails (junction table)
lngParentID
lngChildID
tblChild
lngChildID
strChildForename
strChildSurname
dteChildDOB
So i've linked the tables together via relationships, tried to create the form but when i do that it shows the tblParent data as a form and tblParentChildDetails as a subform but not tblChild.
some of my problems are:
1. i need to have the parents as a continuos form aswell but how do i create this, when i create the form i can set it as a single/continuous form but i've always had a problem working out how to create continuous forms as the main form which are then linked to other continuos forms. Do i create 3 seperate forms, add then to a blank form and link them that way.
2. How would i add a table, so that each person can have different addresses. Would i add for example (strAddressLine1, strPostcode) to the junction table.
This is probably quite easy for most but i'm struggling.
Any ideas
Michael
i've created 3 tables which i've linked via a junction table, although i'm not sure if i've done it correctly as i'm not 100% sure of many to many relationships, i'm using a structure i found from
it fits everything i need although i still need to work out the addresses. My basic structure at the moment is:
tblParent
lngParentID
strParentForename
strParentSurname
dteParentDOB
lngParentRelationship
tblParentChildDetails (junction table)
lngParentID
lngChildID
tblChild
lngChildID
strChildForename
strChildSurname
dteChildDOB
So i've linked the tables together via relationships, tried to create the form but when i do that it shows the tblParent data as a form and tblParentChildDetails as a subform but not tblChild.
some of my problems are:
1. i need to have the parents as a continuos form aswell but how do i create this, when i create the form i can set it as a single/continuous form but i've always had a problem working out how to create continuous forms as the main form which are then linked to other continuos forms. Do i create 3 seperate forms, add then to a blank form and link them that way.
2. How would i add a table, so that each person can have different addresses. Would i add for example (strAddressLine1, strPostcode) to the junction table.
This is probably quite easy for most but i'm struggling.
Any ideas
Michael