I need to make a mailing list and many of the names will likely appear more than once. I want to eliminate all but the first instance. When the name appears again, I don't want to list it. I have a key of {Account.Number} that would be a good key to check. I just need some logic to keep a list as I build the report to check for the dupes. Thanks