I have a very messy database that I'm trying to sort through.
I need to find the records that have duplicates, manually ensure that one record has ALL of the information, then manually delete the extras. So say for example, I want to find ALL the records with duplicate email addresses and view all fields. (AND what happens if there is a space before one of the emails will it still show up as a duplicate?)
I need to find the records that have duplicates, manually ensure that one record has ALL of the information, then manually delete the extras. So say for example, I want to find ALL the records with duplicate email addresses and view all fields. (AND what happens if there is a space before one of the emails will it still show up as a duplicate?)