I have problem….
I’m trying to pull data from two different tables by the code number, here is an example:
I want to compare data from Table A with the data from Table B. Both tables have the same field names, but there is no primary key because Code 1 in table A is actually populated differently in table B. This means that I can not pull data without first matching Codes. Did I explain myself correctly?
Table A
Code Type Cond
1 | Ford |new.
Table B
Code Type Cond
101 | Mazda |new
Thanks
I’m trying to pull data from two different tables by the code number, here is an example:
I want to compare data from Table A with the data from Table B. Both tables have the same field names, but there is no primary key because Code 1 in table A is actually populated differently in table B. This means that I can not pull data without first matching Codes. Did I explain myself correctly?
Table A
Code Type Cond
1 | Ford |new.
Table B
Code Type Cond
101 | Mazda |new
Thanks