6. Static Parameter Queries

When you set up a query, if you put in a specific search criteria that you are looking for, for example in the query below, 'chapman' has been entered as the parameter (search criteria) for LastName.

The parameter (chapman) has been hard coded into the query. This means that everytime the query is run, it will only ever search for records which contain the last name of Chapman.

This is called a Static Parameter Query.

static query

 

challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: Static Parameter Query