G
Guest
How do you read an index value of a control knowing the control's name?
Thanks
Pete
Thanks
Pete
Italian said:Alex,
I mean the index given to each control on a form, for example:
Me.Controls(5)
where the index 5 might be the index value of a text box "txtInput".
From the index, I can find the name of a control (Me.Controls(0).Name) but
how do I do it the other way round?
Many thanks
: