C
Confused
In my query grid I have CLECID and [System ID]
This subquery statement in the criteria part seems to work great. It shows
all of the customers along with their other systems that have system 6.
In (Select CLECID From [CLEC Systems3] Where [CLEC Systems3].[System ID] <>6)
This statement however, shows all of the customers EXCEPT those that ONLY
have System 6.
How do I show only customers that do not have System 6?
This subquery statement in the criteria part seems to work great. It shows
all of the customers along with their other systems that have system 6.
In (Select CLECID From [CLEC Systems3] Where [CLEC Systems3].[System ID] <>6)
This statement however, shows all of the customers EXCEPT those that ONLY
have System 6.
How do I show only customers that do not have System 6?