I am creating a data base for multi user and permission controls. For example, one user has view only permission where as another has read permissions. In the log in form, the user permission is verified before logging into the navigation form. I created different navigation forms for different permission controls.
My problem is how do i pass the variable value that contains the "user id" from the login form to all other forms. By doing this I cud load the corresponding forms for different employees with different permissions.
I am newbie in VBA coding. Coudnot make out a lot from search I made.
My problem is how do i pass the variable value that contains the "user id" from the login form to all other forms. By doing this I cud load the corresponding forms for different employees with different permissions.
I am newbie in VBA coding. Coudnot make out a lot from search I made.