I have 2 tables. I would like to join the 2 and come up with a table that has records that is NOT in both tables.e.g.
Table 1 has Field A with records 1,2,3,4,5
Table 2 has Field A with records 1,2,3,4,5,6,7
I want Table 3 to only have 6, 7.
Sorry I am just a beginner. Any help will be appreciated.
Thanks
Table 1 has Field A with records 1,2,3,4,5
Table 2 has Field A with records 1,2,3,4,5,6,7
I want Table 3 to only have 6, 7.
Sorry I am just a beginner. Any help will be appreciated.
Thanks