Quick summary
Creating a simple query in MS Access lets you filter and retrieve specific data from your database tables without writing SQL manually. Using the Query Design tool, you can select fields, add tables, and run queries in just a few clicks.
Steps
- Launch Microsoft Access and open the database you want to query.
- Click on the Create tab in the ribbon.
- Select Query Design.
- In the Show Table dialog box, select the table you want to query.
- Click Add to add the table to the query design view.
- In the query design grid, double-click the fields you want to include — they will appear in the lower grid.
- Click the Run button in the ribbon to see the query results.
- Close the query design window, give your query a name, and click OK to save it.



