I know you can allow a user to type in a parameter during a query. However, how can one limit the choices by using a drop down or list box?
Here is an example of what I am trying to do: In the Country field of the customers table I can have the following in the criteria section:
[Enter a Country]
When this query executes, the user enters a country and the results are shown.
Is there a way to make this a drop down box or list box with pre-defined choices instead of allowing the user to freely type a parameter?
Here is an example of what I am trying to do: In the Country field of the customers table I can have the following in the criteria section:
[Enter a Country]
When this query executes, the user enters a country and the results are shown.
Is there a way to make this a drop down box or list box with pre-defined choices instead of allowing the user to freely type a parameter?
Comment