I have one MDB file and three only Tables exist within the file. In each Table there is one identical main field.... {Part-Number}.
The Tables are imported from three different sources and they SHOULD contain identical data... however they are not identical... Table A is the Master and B & C should be identical with respect to {Part-Number}.
I wish to compare the Tables based on [Part-Number} and determine where un-match data fields exist in each of the three Tables... comparing only the data in {Part-Number} :
TABLE A TABLE B TABLE C
{Part-Number} {Part-Number} {Part-Number}
qwe234 qwe234 qwe234 < FULLY MATCHED!
dfe234 dfe234 < PARTIAL MATCH
xyz123 xzy123 < PARTIAL MATCH
erf456 < No MATCH
Can this be done in CR11 with one Report.... or are multiple individual reports needed ?
The Tables are imported from three different sources and they SHOULD contain identical data... however they are not identical... Table A is the Master and B & C should be identical with respect to {Part-Number}.
I wish to compare the Tables based on [Part-Number} and determine where un-match data fields exist in each of the three Tables... comparing only the data in {Part-Number} :
TABLE A TABLE B TABLE C
{Part-Number} {Part-Number} {Part-Number}
qwe234 qwe234 qwe234 < FULLY MATCHED!
dfe234 dfe234 < PARTIAL MATCH
xyz123 xzy123 < PARTIAL MATCH
erf456 < No MATCH
Can this be done in CR11 with one Report.... or are multiple individual reports needed ?