Report Return Single Record Mulitple Times

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?
 
T

tina

suggest you check to see if the report's recordsource
statement contain a WHERE clause that links the two tables
via the clientID. if not, try adding that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top