Quick summary
Joining tables in Microsoft Access using Query Design lets you combine related data from multiple tables into a single result set. You can control how records are matched by selecting a join type, then run the query to instantly view the combined output.
Steps
- Go to the Create tab in the ribbon.
- Click Query Design to open the query builder.
- Select the tables you want to join from the list and click Add Selected Tables.
- Drag and drop a field from one table onto the related field in the other table to create a join.
- Right-click the join line between the tables and select Join Properties.
- Choose the appropriate join type for your query.
- Click OK to confirm the join properties.
- Add fields to the query grid to include them in the result set.
- Click the Run button to execute the query and view the results.



