If tables or queries are already joined, check the join properties of each join line to see what type of join is in effect. Join properties determine whether one table or query contributes all of its records or only those records that match records in the other table.
Examples of join types, how to change them, and how they affect query resultsEmployeeID | Sales |
---|---|
1 | 60,000 |
2 | 50,000 |
3 | 50,000 |
If you don't want duplicate values to be returned, set the UniqueValues property in the query property sheet to Yes.