Quick summary
A dynamic query in MS Access lets users filter data at runtime by entering values into a parameter prompt, eliminating the need to manually edit SQL each time. This tutorial walks through opening Design View, adding a table, setting a criteria parameter, and running the query to return adaptive results.
Steps
- Open the query in Design View.
- Add a table by clicking Add Selected Tables.
- Add a desired field to your query grid.
- In the criteria row of the field, type a parameter prompt enclosed in square brackets.
- Run the query by clicking the Run button.
- When prompted, enter the filter value and click OK.
- The query executes and returns results that adapt to user input, generating a dynamic SQL output based on the entered condition.



