Hi and thanks in advance,
I have a single table in Access 2010 with about 500,000 client records that I am trying to query. Each client ID can appear in the table multiple times with different letter codes from S to Z. I want to return a list of distinct client IDs where the client has code X but has never had code Y. Not sure if I should use something like EXISTS or IN in some kind of subquery.
Thanks
Deutz
I have a single table in Access 2010 with about 500,000 client records that I am trying to query. Each client ID can appear in the table multiple times with different letter codes from S to Z. I want to return a list of distinct client IDs where the client has code X but has never had code Y. Not sure if I should use something like EXISTS or IN in some kind of subquery.
Thanks
Deutz