Good Morning,
I have a rather unique problem (or I think it’s unique anyway).
A sample table structure is provided:
Our corporate office provides us with member data. We need to send mailings to our members, however, not we don’t want to send a mailing to each member of the household. Therefore, each household only recieves 1 mailing. So we need to remove the duplicate records prior to preparing the labels. We are comparing the address line (Address=Address, City, ST, ZC)
I’ve searched this site and the internet and can’t quite find the suggestion that will remove ALL dupes except 1 (doesn’t matter which one, we just need the address and a name). Many of the suggestions will only work when the only difference in the record is the unique ID, that’s not the situation in our case. Each record will be very different EXCEPT for the address and it’s the address that I want to compare on.
Does anyone have any suggestions on how I can achieve this?