SetBuilder
Programmer
How do I write a query in Access that will show what records are on table "A" and not on table "B"?
For example: Table A Table B
1 2
2 3
3 4
4 5
5 6
Results of 1st query (looking from A) shows "1"
Results of 2nd query (looking from B) shows "6"
has records "1","2",3,4,5 Table B has records 2,3,4,5,6. What I want to do is show results of 1 not on table B. I will duplicate the process and look the other way, to give me "6" on B and not on "A"
For example: Table A Table B
1 2
2 3
3 4
4 5
5 6
Results of 1st query (looking from A) shows "1"
Results of 2nd query (looking from B) shows "6"
has records "1","2",3,4,5 Table B has records 2,3,4,5,6. What I want to do is show results of 1 not on table B. I will duplicate the process and look the other way, to give me "6" on B and not on "A"