Quick summary
An outer join in MS Access lets you retrieve all records from one table and only matching records from another, making it ideal for identifying unmatched data across related tables. This Query Design walkthrough shows you exactly how to configure join properties and run the query step by step.
Steps
- Go to the Create tab in the ribbon.
- Click Query Design.
- Select the tables you want to join from the list and click Add Selected Tables.
- Drag a field from one table to the related field in the other table to create a join line between the tables.
- Right-click the join line between the tables and select Join Properties.
- Select the option to include all records from the left table and only those records from the right table where the joined fields are equal.
- Click OK to proceed.
- Drag the fields you want to display into the query grid.
- Click the Run button to see the outer join query results.
.gif)



