Is there a way to delete all duplicate records except for one in a table. For example, let say I had a table with the following columns
UserID, FirstName, LastName,
Lets say I have 50 records with the same UserID, Username and Password. Is there a way to delete all but one copy of that record(without manually doing it in a datasheet view)
I also have about 50 differenet records that are like this as well
Furthermore, if this could by just using a QueryDef, that would be best
Thanks