C
craigwharding
How can I do this? I've tried multiple ways and tried looking on the
web but I can't find anything. I want to have an array of text boxes so
I can easily make them visible, invisible and do other controls on them
instead of lots of lines of code to do the same thing.. This is what I
have so far..
Dim arr(10) As TextBox ' before I has this as Object but still didn't
work
Dim formfield As Variant
Set lc_arr(0) = Me.textbox1
For Each formfield In arr
formfield.visible = False
Next
Any help would be awesomely appreciated..
craig.
web but I can't find anything. I want to have an array of text boxes so
I can easily make them visible, invisible and do other controls on them
instead of lots of lines of code to do the same thing.. This is what I
have so far..
Dim arr(10) As TextBox ' before I has this as Object but still didn't
work
Dim formfield As Variant
Set lc_arr(0) = Me.textbox1
For Each formfield In arr
formfield.visible = False
Next
Any help would be awesomely appreciated..
craig.