AC2002
I have a main form with several tabbed subforms/child windows. I am in the process of creating nearly identical sub-forms, except with more available fields, for Admins. I was wondering if there was a way for Access to recognize an Admin and automatically load the less-restrictive sub forms for use, I am thinking in the Form_Load event of the main form.
I think I already have a function for returning True/False if a user belongs to a certain usergroup, just unsure of how to do the other part.
Thanks
rsmccli
I have a main form with several tabbed subforms/child windows. I am in the process of creating nearly identical sub-forms, except with more available fields, for Admins. I was wondering if there was a way for Access to recognize an Admin and automatically load the less-restrictive sub forms for use, I am thinking in the Form_Load event of the main form.
I think I already have a function for returning True/False if a user belongs to a certain usergroup, just unsure of how to do the other part.
Thanks
rsmccli
Comment