Hi, I'm working with an application for the marketing department, this application has different forms with many controls (Combo box, list box, buttons, text box, etc.). On each screen some users can have access to all controls while other users can have access to some controls depending of their access level. The access level is determined by the group where the user id belong. If the Marketing Director want that some group have access to an specific control I have to open the code and change the code. My question is, Is there other way to manage a group of controls so I can enable some controls to one group and disable it for other group?
For example:
Having a form with all the controls names with check box and a combo box to select a group so I can check the control that I want to be enabled for the selected group instead to change the VBA code.
Thanks.
For example:
Having a form with all the controls names with check box and a combo box to select a group so I can check the control that I want to be enabled for the selected group instead to change the VBA code.
Thanks.