I have a query which narrows down a database of donors to only display people who have donated since 2005. Now the problem I have is when someone donated on several occasions it displays that person each time they gave.
What I am trying to do is come up with something recognizes when a person has been entered multiple times, and to only display their name once. This is going to generate a long list of labels for a mail-out and I don't want multiple letters being mailed to the same person.
Any advice on making this happen would be great!