Hey Everyone....This is a different question.

I know you can make a textbox readonly by simply typing
Code:
txtMyTextBox.readonly = false;
However is there anyway to make all the textboxes on a form readonly without typing out everyone one of them

thanks,

-zd