Hi Guys,
I am facing a difficulty in creating an access query as I want it to be,
So, I have a set of data like this
Manager - Customer
A _______ Walmart
A _______ Target
A _______ Kmart
B _______ Walmart
B _______ Target
B _______Kmart
C _______Walmart
C _______Target
C _______Kmart
so to summarize, each manager has 3 customers which is the same (Walmart, Target, and Kmart)
The question is,
I would like to make a query to exclude
A - Walmart
B - Target
C- Kmart
I know how to exclude only one of them
by doing in the query design:
-------------- Manager --------------------Customer
Criteria ____<>"A"
or ___________________________<>"Walmart"
it works this way,
however, when I combine all those 3 criterias,
it doesn't give me the query I want
Anybody can help me?
Thanks in advance
any form of help is much appreciated..
cheers
Jeff