Quick summary
Creating a query in MS Access lets you filter, sort, and retrieve specific data from your database tables using the built-in Query Design tool. This step-by-step walkthrough covers everything from opening the Create tab to saving and running your finished query.
Steps
- Open the database file where you want to create the query.
- Go to the Create tab on the ribbon.
- Select Query Design to open the query builder.
- Select the tables or existing queries you want to base your query on.
- Click Add to include the selected table in the query design grid.
- The added tables appear as small grids — double-click the fields you want to include in the query.
- Click the Run button (the red exclamation mark in the ribbon) to execute the query.
- Close the query design window, give your query a name when prompted, and click OK to save it.



