Quick summary
This tutorial shows how to create a parameter report in Microsoft Access by building a Query Design with custom criteria prompts. Using square bracket parameters in the criteria row lets Access prompt users for input each time the query runs, filtering results dynamically.
Steps
- Go to the Create tab in Microsoft Access.
- Select Query Design to open a new query in design view.
- Select the table(s) you want to use in the query and click Add Selected Tables.
- Drag the fields you want to display in the report down to the query grid.
- In the Criteria row of a field, type a prompt in square brackets to define the parameter.
- Click Run to execute the query.
- When prompted, enter the parameter values, verify the results are correct, and click OK.
.gif)



