G
Guest
I have two tables and in each table there is a primary key. Table A has
property state and Table B has QTM_State and I want a count on another field
that will count the miss matches of both. So for example:
TABLE A TABLE B
PK propertystate PK QTM_state
count
123 TX 123 VA
1
167 WA 167 WA
0
135 CA 135 CO
1
property state and Table B has QTM_State and I want a count on another field
that will count the miss matches of both. So for example:
TABLE A TABLE B
PK propertystate PK QTM_state
count
123 TX 123 VA
1
167 WA 167 WA
0
135 CA 135 CO
1