Quick summary
This tutorial shows how to create dynamic reports in Microsoft Access using Query Design and parameter criteria. By adding a parameter prompt to a query, users can filter report results on demand without modifying the underlying database structure.
Steps
- Open your Access database to get started.
- Click the 'Create' tab in the top navigation ribbon.
- Go to the 'Queries' section and select 'Query Design'.
- Add the necessary table by dragging it into your query workspace.
- Add your desired field to the query grid.
- In the 'Criteria' row, enter a parameter prompt to allow user input when the query runs.
- Click the 'Run' option to execute the query and preview results.
- Enter the parameter value in the prompt dialog and click 'OK' to generate the filtered report.



