I've seen a few topics on similar subjects, but not sure I found this one.
What I'm trying to do is if a certain value is repeated on the data list to suppress the entire row. Here is an example how the data is set up:
Acct # ID CustName CustPhone DaysDlq
Since customers may have more than 1 account that is past due their account number can repeat multiple times. What I would like to do is if the account number repeats, to suppress the entire row so that their phone only gets called once.
If this is possible, I'd sure like some help.
bw