Quick summary
A Right Join in MS Access returns all records from the right table and matching records from the left table, making it essential for comprehensive SQL query results. This tutorial walks you through opening SQL View, entering the Right Join query, and running it to see your data output.
Steps
- Right-click on the query in the navigation pane and select SQL View.
- Enter the SQL Query using the Right Join syntax in the SQL editor.
- Click the Run button to execute the query and view the result.



