I have a form with 50+ controls on it. Depending on user input, I want to set the visible property of certain controls.
Isn't there a way of referencing the controls by an index instead of by name (a la control array style) so I can use a loop to set the visible properties?
Isn't there a way of referencing the controls by an index instead of by name (a la control array style) so I can use a loop to set the visible properties?