> Thanks for the suggestion, but I used an inside loop instead. Once > I've found a blank edit field, I loop through the controls again > looking for the appropriately named static text. When I find it, I > set it's color to red and exit the loop.
Isn't there a way to use an array of edit fields and another array of static text items? If so, you could loop through the edit fields till you find a blank one, and then color the corresponding static text item. At least I *hope* there's a way to make an array of edit fields! - John _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
