I have names in two tables that I need to compare. I just need to print records where the names are different. The tables are linked on ID number. For example For ID1 I need to know if the name is different:<br>
Table 1 Table 2<br>
ID 1 Simth,John ID1 Smith,John M<br>
<br>
How would you create a query to do this?<br>
<br>
<br>
Thanks
Table 1 Table 2<br>
ID 1 Simth,John ID1 Smith,John M<br>
<br>
How would you create a query to do this?<br>
<br>
<br>
Thanks