I'm trying to exclude several customers from a query.
Here is what I have for the query -
Field:CustomerID
Table: SalesSumLine
Criteria: Not ="4016002" Or "4433001" Or "4481001" Or "4709001" Or "5100019"
When I run the query only the first customer ID is not in the result set. The rest of the ID's are still in the result in set.
How do I get the rest of the ID's not to appear in the query results?
Here is what I have for the query -
Field:CustomerID
Table: SalesSumLine
Criteria: Not ="4016002" Or "4433001" Or "4481001" Or "4709001" Or "5100019"
When I run the query only the first customer ID is not in the result set. The rest of the ID's are still in the result in set.
How do I get the rest of the ID's not to appear in the query results?