Log in

View Full Version : Multiple Criteria Not Working



msquared99
03-11-2016, 08:13 AM
I have a query in Access 2010 where I am trying to filter out data but it is not working. I have the criteria setup like this:

Not Like "DCTEST" or "DEMO" or "ABC" or "FTEST"

When I run the query it still pulls in "ABC" and "FTEST"

I am bumfuzzled!

msquared99
03-11-2016, 09:09 AM
I ended up solving it myself.

Not Like "DCTEST" And Not Like "DEMO" And Not Like...