I am in process of designing a DB for an after school club.
It has a children table, and a parent/guardian table.
It also has a many to many relationship between the above tables using a "junction" table which also holds information about the nature of the relationship and whether a parent/guardian is the preferred point of contact for that child.
I am currently designing a form to allow the user to maintain all parents/guardians for each child. I want the child details at the top, with a list of all the contacts (parents/guardian) at the bottom in a sub form. The list should be populated with the existing contacts, allowing the user to modify it.
I am also using a query to construct a full name string for each parent from the separate first and last name fields. This will make it easier for the user to add new contacts.
I am a newbie and despite looking at various examples on line I am still unable to achieve this. What I have done so far was to create the basic structure of the sub form for displaying the parent list , and then, based on the examples that I found, manually edit the "Row Source" field in the Property Sheet....
I attached a copy of a cut down version (to save on bandwidth) of the database to this message.
Any help will be much appreciated!
Thanks in advance,
J.
It has a children table, and a parent/guardian table.
It also has a many to many relationship between the above tables using a "junction" table which also holds information about the nature of the relationship and whether a parent/guardian is the preferred point of contact for that child.
I am currently designing a form to allow the user to maintain all parents/guardians for each child. I want the child details at the top, with a list of all the contacts (parents/guardian) at the bottom in a sub form. The list should be populated with the existing contacts, allowing the user to modify it.
I am also using a query to construct a full name string for each parent from the separate first and last name fields. This will make it easier for the user to add new contacts.
I am a newbie and despite looking at various examples on line I am still unable to achieve this. What I have done so far was to create the basic structure of the sub form for displaying the parent list , and then, based on the examples that I found, manually edit the "Row Source" field in the Property Sheet....
I attached a copy of a cut down version (to save on bandwidth) of the database to this message.
Any help will be much appreciated!
Thanks in advance,
J.