any part of field in parameter query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Friends
I want to write any part of field in a parameter query and find it .
How I do it
Thanks
abbi
 
I think you mean you want to return results where a field contains a specified
parameter string.

Field: SomeField
Table: SomeTable
Criteria: LIKE "*" & [Please find:] & "*"
 

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