Query does not display all records

S

shall

I created a query to display all records for a report. I have 4 tables
linked together. When I run the query it only diplays those records
they have in common. Is there something wrong with my relationships?
I have tried all three join types. The form that I enter all the
information on is done in a tab control.
 
D

Duane Hookom

You can possibly change your joins to include all the records from either
table in the join.

It may be possible that you can't get all the records depending on your data
structure, primary and foreign keys, relationships, and records all of which
we know nothing about.
 
Top