Prompt user for a list of values in a query

G

Guiom

Is it possible to a parameter query that would prompt the user for a list of
values rather than a single value.
For example, the user could enter UK and France and the query would only
return those customers who are in tose 2 countries.
Thanks
 
K

KARL DEWEY

There is a way but possible problems if your data has partial duplicates ( US
USSR BRUSSELS ) as US is match within the others.

In design view add a calculated field in thr FIELD row like this --
Expr1: [Enter search data separate by space ( UK FR GR )]
In the criteria row under the above enter this --
Like "*" & [YourDataField] & "*"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top