I have a data file which contains what would appear to be duplicate records at first but some of the columns have unique data. I need to send a letter to each person in the database (only 1 per person). The letter, however, will contain variable data from both record sources so first I would need to combine the 2 records and then delete the record that wasn't modified. Is there an easy way to do this? We're probably talking about a few thousand records so doing it manually would be a pain. Thanks.