Is there a set operator in MS Access 2002 with the equivelent functionality of the MINUS operator in Oracle?
I'm pulling my hair out trying to figure out a way to run a query without the MINUS operator; rather difficult.
table_all - 1000 rows
table_some - 800 rows
table_bogus - 100 rows
I can't get the last 100 rows that I need.... is that too vague?
-Thanks!
Warren