Hi,
I would like to delete the 2nd record of duplicates. My table is storing contact information such as First Name, Last Name, address, city, state, etc.
I would like to delete the duplicate of all records where First Name, Last Name, Address, City and State are equal. I have a query that shows me all of the dups, but I can't figure out how to delete the 2nd occurance of each dup.
Thanks in advance.
I would like to delete the 2nd record of duplicates. My table is storing contact information such as First Name, Last Name, address, city, state, etc.
I would like to delete the duplicate of all records where First Name, Last Name, Address, City and State are equal. I have a query that shows me all of the dups, but I can't figure out how to delete the 2nd occurance of each dup.
Thanks in advance.