I work in MS Access almost exclusively in Design View because I have to do quick little queries often and it is fast and easy. With that caveat, I would prefer to have a solution in Design View if at all possible.
I am trying to combine wildcard queries that are both "Like" and "Not Like". When I attempt to combine them the "Not Like" criteria seems to cancel everything out and the returned results are the entire table that I am querying.
Example 1:
like "ups*" or like "* ups*" or like "*ups*darm*" or not like "*upstate*" or not like "*groups*" or not like "*upstream*" or not like "*upseed*"
I have attempted to trim this to:
like "ups*" not like "*upstate*"
It doesn't seem to matter.
I'm super frustrated. This seems like it would be a very simple function to handle.
Please and thank you.
I am trying to combine wildcard queries that are both "Like" and "Not Like". When I attempt to combine them the "Not Like" criteria seems to cancel everything out and the returned results are the entire table that I am querying.
Example 1:
like "ups*" or like "* ups*" or like "*ups*darm*" or not like "*upstate*" or not like "*groups*" or not like "*upstream*" or not like "*upseed*"
I have attempted to trim this to:
like "ups*" not like "*upstate*"
It doesn't seem to matter.
I'm super frustrated. This seems like it would be a very simple function to handle.
Please and thank you.