I guess this must be a simple one, but I can't figure it out...
TABLE A and B have the same Key Index and usually they are linked 1:1 by this Index.
I want to check with one SQL Query, Entries that are only TABLE A but not in TABLE B (and vice versa)...
I read about an SQL Statement MINUS, but that one does not seem to exist in Jet SQL...? Anybody an idea?
TABLE A and B have the same Key Index and usually they are linked 1:1 by this Index.
I want to check with one SQL Query, Entries that are only TABLE A but not in TABLE B (and vice versa)...
I read about an SQL Statement MINUS, but that one does not seem to exist in Jet SQL...? Anybody an idea?