How do I exclude if text string inside string - ACCESS

W

Wheelz

In query design, for a certain column, I need to exclude all records
where the string "CDMA" appears anywhere in the string. Not sure how
to specify this??

Thank you

Wheelz
 
R

RoyVidar

Wheelz said:
In query design, for a certain column, I need to exclude all records
where the string "CDMA" appears anywhere in the string. Not sure how
to specify this??

Thank you

Wheelz
Try

not like "*CDMA*"
 

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

Top