I have a table of names and addresses where for each record, there may be 3 more records of the same person just spelled a little differently. For instance, record 1 may be John Smith at 120 Tree Rd. Record 2 may be J Smith at 120 Tree Rd. Record 3 may be John Smith at 120 Tree Road. I am looking for a way to find all of these matching records and make one table with 1 record for each person. So when there was John Smith 3 times my output table would only have one instance of John Smith.