passing a parameter to LIKE "*.....*"

  • Thread starter Thread starter aa
  • Start date Start date
A

aa

How do I constract a parameterised query where the parameter to be entered goes to

LIKE "*parameter*" ?
 
Set the criteria to
Like "*" & [Enter Parameter] & "*"

--
Duane Hookom
MS Access MVP


How do I constract a parameterised query where the parameter to be entered goes to

LIKE "*parameter*" ?
 

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

Back
Top