M
Mark Lees
I have 2 tables with a one to many relationship. The main table
entitled Kids fields = (client ID, clienfirstname, clientlastname,
DOB)is linked to a "many" table Parents [there can be more than one
parent] fields = (parent ID, parentfirstname, parentlastname, client
ID). Linking field is client ID.
On the form I have a main form (kids table) and a subform (parent's
table).
When I create a report (based on the tables not a query) it lists 4
multiple instances of the client. The kicker is there is only one
record in the client table and 2 records in the parent table.
Why is this happening?
entitled Kids fields = (client ID, clienfirstname, clientlastname,
DOB)is linked to a "many" table Parents [there can be more than one
parent] fields = (parent ID, parentfirstname, parentlastname, client
ID). Linking field is client ID.
On the form I have a main form (kids table) and a subform (parent's
table).
When I create a report (based on the tables not a query) it lists 4
multiple instances of the client. The kicker is there is only one
record in the client table and 2 records in the parent table.
Why is this happening?