I'm trying to do a loop with a variable where the name changes every time it goes thru the loop count. If the variable is called "pastdue", the first time through the loop I'd have pastdue1, the next time through the loop the variable would change to pastdue2, etc. Each variable contains different data. Is this possible?
Thanks...
Thanks...