I have two different tables that have the same structure. I want to create a report that will display only those rows that may be potential duplicates. Duplicates being based on first name and last name columns.
The tables contain a person's record id, first name, last name & address information.
The report would show the information from the "temp" table and right below it the "live" table's information for each potential duplicate row. It would look something like below:
_______________________
Temp: Bob Smith, 1234 Main, Any, OH .....other columns..
Live: Bob Smith, 1234 Main, Any, OH .....other columns..
Temp: Cindy Zane, 34 S. Main, Mel, MI .....other columns..
Live: Cindy Zane, 234 Lewis Ave, Monroe, MI ..other columns..
** end of report **
_____________
How would I do that?
Thank you for your time in advance,
Paul
The tables contain a person's record id, first name, last name & address information.
The report would show the information from the "temp" table and right below it the "live" table's information for each potential duplicate row. It would look something like below:
_______________________
Temp: Bob Smith, 1234 Main, Any, OH .....other columns..
Live: Bob Smith, 1234 Main, Any, OH .....other columns..
Temp: Cindy Zane, 34 S. Main, Mel, MI .....other columns..
Live: Cindy Zane, 234 Lewis Ave, Monroe, MI ..other columns..
** end of report **
_____________
How would I do that?
Thank you for your time in advance,
Paul