How can I check if a field "contains" a string?

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

Guest

I've imported my Outlook contacts into Access. I want to isolate all records
where the category field contains the word "marketing". It is sometimes
first in the field, and sometimes last.
 
Use the following in your query criteria...

Like "*" & "marketing" & "*"
 

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