B
Brian Henry
how would you disable all text boxes on a form at once/
I thought
dim tx as textbox
for each tx in me.controls
tx.enabled = false
next
but that crashes, what do you guys suggest? thanks
I thought
dim tx as textbox
for each tx in me.controls
tx.enabled = false
next
but that crashes, what do you guys suggest? thanks