J
jsccorps
For example:
Table A : ID Title Code Table B: ID Title
Code
01 ABC 01FA 02
DDD 'null'
02 DDD 02JK 55
BBR 045V
07 F9F 117L 16
PIM 'null'
16 PIM 76qe
I want to create an update query that joins the tables based on the ID and
Title, and updates the Code in Table B with the Code values from Table A.
When I try to update the 'cross product' causes problems (duplicates).
Table A : ID Title Code Table B: ID Title
Code
01 ABC 01FA 02
DDD 'null'
02 DDD 02JK 55
BBR 045V
07 F9F 117L 16
PIM 'null'
16 PIM 76qe
I want to create an update query that joins the tables based on the ID and
Title, and updates the Code in Table B with the Code values from Table A.
When I try to update the 'cross product' causes problems (duplicates).