I am working with two tables (A and B).
TableA
ITNum Loc
1012 East
1023 East
1035 West
1095 West
TableB
PTNum Ring
1012 C
1035 D
I only want to display the records from TableA that do not have a corresponding record in TableB. ITNum=PTNum
I can do this if the column names were the same however, since they are different, I can not get it working.
Thx
TableA
ITNum Loc
1012 East
1023 East
1035 West
1095 West
TableB
PTNum Ring
1012 C
1035 D
I only want to display the records from TableA that do not have a corresponding record in TableB. ITNum=PTNum
I can do this if the column names were the same however, since they are different, I can not get it working.
Thx