G
Guest
Hi,
My Database will be deployed to each of our 5 manufacturing processes, and
each process have their own login/password (setup from the Security Wizard),
how can i set each user a default menu bar? i was thinking of doing it with
the login code.
If CurrentUser() = "Blending" Then
DoCmd.OpenForm "frmSwitchBlending"
Thanks
My Database will be deployed to each of our 5 manufacturing processes, and
each process have their own login/password (setup from the Security Wizard),
how can i set each user a default menu bar? i was thinking of doing it with
the login code.
If CurrentUser() = "Blending" Then
DoCmd.OpenForm "frmSwitchBlending"
Thanks