De-Duper - Between 2 differant tables

R

Richard Albrecht

Hi,

Anyone have a good program that can detect dupes on fields I select between
2 tables?

TIA

Rich
 
J

John Vinson

Hi,

Anyone have a good program that can detect dupes on fields I select between
2 tables?

No, but you can build one yourself. Create a Query joining the two
tables on the field or fields (up to ten of them) that constitute a
duplicate.
 
Top