Parameter query is simplest query as it is so simple and easy to use. It can be easily updated to reflect a new search term. When it is opened, access will ask you for a search term and show you query results according to the searches.
While running parameter queries search term acts as variable criteria which are query criteria that changes each time you run the query. Basically the parameter is provided by the user at run time. So, a parameter query can return different results based on the user’s input.
Basically there is not much difference between creating parameter queries and normal queries. The one and only difference is that you use square brackets [] to display the text to the user.
For example:
Will result in this prompt when the user runs the query:
In the above example, the data date given will be used to filter the results in the query to only those albums that are released after the data given. Here's the complete guide on how to create a parameter query.