Hi,

I'd like to know is it possible to do something like the following

VB Code:
  1. For each objcontrol in form.controls
  2.   if objcontrol is a textbox
  3.     objcontrol.text = ""
  4.   end if
  5. Next

Is this possible