finding text with query

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

Guest

I have several records that contain the word "box" in the text. How do I
pull all the records that contain that word?
 
Create a query that contains your text field and any other fields you need
to return. Put the following expression in the criteria of the text field:
Like "*" & "Box" & "*"
 

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