Hello all, this looks simple enough but we're having some difficulty in solving it:
We have two tables with sample values as follows:
Table1 Table2
A A
B B
C Y
D Z
We'd like to join these to create a result set that would show the following:
Result:
C
D
Y
Z
In other words, we want a result set with only those values that are unique in each table. Any ideas on how to do this in Access 2000? Thanks to all. drStealth
We have two tables with sample values as follows:
Table1 Table2
A A
B B
C Y
D Z
We'd like to join these to create a result set that would show the following:
Result:
C
D
Y
Z
In other words, we want a result set with only those values that are unique in each table. Any ideas on how to do this in Access 2000? Thanks to all. drStealth