I have a major problem...how to manage a form with over 500 textboxes.
Initially, I created all of the objects on the form itself, but to give tham all a meaningful name is painful.
I then created the textboxes through coding using arrays.
This would seem to be the best way, although, how do you access a particular txtbox in the code.
I have a sub where the textboxes are loaded in and manipultaing them in that sub is fine, but how do you acccess them from another sub.....since they dont really exist until the form is loaded.
Maybe there is a better way to do this though....
Any comments or suggestions would be greatly appreciated
Steve
Initially, I created all of the objects on the form itself, but to give tham all a meaningful name is painful.
I then created the textboxes through coding using arrays.
This would seem to be the best way, although, how do you access a particular txtbox in the code.
I have a sub where the textboxes are loaded in and manipultaing them in that sub is fine, but how do you acccess them from another sub.....since they dont really exist until the form is loaded.
Maybe there is a better way to do this though....
Any comments or suggestions would be greatly appreciated
Steve