How do I select records were a field contains a key word??

  • Thread starter Thread starter OldManEd
  • Start date Start date
O

OldManEd

I have a field named [Comments], a text field. I want to create a query that
selects records that contain the word "Not" somewhere (anywhere) in the
field. Is this possible?

OldEd
 
OldManEd said:
I have a field named [Comments], a text field. I want to create a
query that selects records that contain the word "Not" somewhere
(anywhere) in the field. Is this possible?

OldEd

....
WHERE Comments Like "* not *"
 
Thanks, that worked. I was missing the "*"s
Ed.

Rick Brandt said:
OldManEd said:
I have a field named [Comments], a text field. I want to create a
query that selects records that contain the word "Not" somewhere
(anywhere) in the field. Is this possible?

OldEd

...
WHERE Comments Like "* not *"
 

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