G
Guest
I am creating a query , say Query1 in which I am joining 2 queries, say
Query2 and Query3. I have joined them on a common field, say Field1. Values
of Field1 are such that the set of these values in Query2 is a subset of that
of Query1. I want Query1 to result only those records from Query1 where the
field values of Field1 are not equal, that is present in Query1 and not in
Query2.
Query2 and Query3. I have joined them on a common field, say Field1. Values
of Field1 are such that the set of these values in Query2 is a subset of that
of Query1. I want Query1 to result only those records from Query1 where the
field values of Field1 are not equal, that is present in Query1 and not in
Query2.