G
Guest
Two tables
Table ONE - Field 1 - CustID is Primary Key
Field 2 - Status Code
Table TWO - Field 1 - CustID is Primary Key
Field 2 - Status Code
What I need to do is compare Field 2 in both tables for unmatched data with
the two primary keys joined with a Left Join from Table One to Table Two.
I have tried many ways without success. Field two does not have unique
values.
1234 3 1234 3
4567 3 4567 4
I need 4567 to show up in my list.
Thank you in advance.
Table ONE - Field 1 - CustID is Primary Key
Field 2 - Status Code
Table TWO - Field 1 - CustID is Primary Key
Field 2 - Status Code
What I need to do is compare Field 2 in both tables for unmatched data with
the two primary keys joined with a Left Join from Table One to Table Two.
I have tried many ways without success. Field two does not have unique
values.
1234 3 1234 3
4567 3 4567 4
I need 4567 to show up in my list.
Thank you in advance.