Hi

I have this list box that when a record is selected from the list, 18 textboxes are populated. I would like to these textboxes to be enable. I know the code to individually disable them. I was wondering can I do this in one statement instead of typing each code for each textbox.

I have an edit button, should the user click on the edit button the textbox must be enable to edit the data.

Thanks