R
robert d via AccessMonster.com
Can I use multiple fields for the Not In Subquery. For example:
WHERE FIELD1, FIELD2, FIELD3 NOT IN (SELECT FIELD4, FIELD5, FIELD6 FROM
TABLEA).
What I want is the combination of Field1, Field2, Field3 to not be in the
subquery. These three fields constitute the key.
Thanks.
WHERE FIELD1, FIELD2, FIELD3 NOT IN (SELECT FIELD4, FIELD5, FIELD6 FROM
TABLEA).
What I want is the combination of Field1, Field2, Field3 to not be in the
subquery. These three fields constitute the key.
Thanks.