I have a form with 3 option buttons, and about 50 labels, textboxes, and buttons. Is there a way I can group some of these objects so that way when I select an option, some of the objects get disabled or enabled and I only have to use vba to say which group is enabled or disabled? Or will I have to write vba for each object and have 1000 lines of code?
Asked
Active
Viewed 2,265 times
1 Answers
1
I would tackle this kind of problem with custom collections in Access. I've written at length on that here:
David W. Fenton
- 984