I want to acknowledge duplicate records from 2 different tables. I want to be able to run the tables against each other and produce a list of the records that ate identical in the 2 tables. I want to omit records from the 2nd table prior to appending them to the 1st table.
Ex. table A is a payee with an established case.
table B is a table I just received with new license from an agency. I want to run table B up against table A,dervive a list of new licensees that I already have a case on. I want to omit these records from table B prior to appending them to table A.
Ex. table A is a payee with an established case.
table B is a table I just received with new license from an agency. I want to run table B up against table A,dervive a list of new licensees that I already have a case on. I want to omit these records from table B prior to appending them to table A.