Wildcards in parameters

G

Guest

I am trying to write a query to search for the languages people speak. The
languages are stored in a single field where you might have a list e.g.
French, Spanish, Basic Russian.

I can write a query to search for just the Russian speakers : Like "*Russian*"

But not if I want the user to input the language parameter in a search. e.g.
Which language? --user inputs Spanish and all the records with "*Spanish*"
appear.
This is in Access 2003.

Does anyone have any tips?
 
G

Guest

Beauty. Thanks!!

KARL DEWEY said:
Like "*" & [Enter language] &"*"

Chris Burnett said:
I am trying to write a query to search for the languages people speak. The
languages are stored in a single field where you might have a list e.g.
French, Spanish, Basic Russian.

I can write a query to search for just the Russian speakers : Like "*Russian*"

But not if I want the user to input the language parameter in a search. e.g.
Which language? --user inputs Spanish and all the records with "*Spanish*"
appear.
This is in Access 2003.

Does anyone have any tips?
 

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