X
Xenophobe
I have two tables.
The first contains 2 columns, ID and Name:
1, John
2, Mary
3, Bill
4, Troy
The second contains ID references to the first
1
3
I would like to return a recordset of IDs from the first table that DO NOT
exist in the second
2
4
I played with JOIN and UNION, but can't achieve the desired results. How can
this be accomplish?
Thanks.
The first contains 2 columns, ID and Name:
1, John
2, Mary
3, Bill
4, Troy
The second contains ID references to the first
1
3
I would like to return a recordset of IDs from the first table that DO NOT
exist in the second
2
4
I played with JOIN and UNION, but can't achieve the desired results. How can
this be accomplish?
Thanks.