Guest_imported
New member
- Jan 1, 1970
- 0
I want to construct a query that shows all duplicate records from a table. But the catch is that I have three fields that need tending to, FirstName, LastName, and FullName. Some data I am appending only has contacts listed in full name format, but I have duplicate records of the same contact from another source where the name is in first name - last name format. I don't know how to write in in SQL but I want to ask: select all records where both the first name and last name fields are equal and also select all records where the first name and last name fields of a record are contained within the fullname field of any other record and show the record that has the matching fullname field as well. If you can figure this out I'll buy you a sixer of your favorite beer.