Quick summary
This tutorial shows how to filter data between two dates in MS Access using the Query Design tool and a date range criteria expression. Follow the steps below to retrieve date-filtered records from any Access database table without writing SQL manually.
Steps
- Open the database where you want to run the query.
- Go to the Create tab in the MS Access ribbon.
- Click Query Design to open a new query in Design view.
- Add the tables you want to include in the query.
- Drag and drop the fields you want to display into the query grid.
- Enter the date filter expression in the Criteria row of the date field.
- Click Run to execute the query and see the filtered results.
.gif)



