Custom menu for each user?

C

Craig

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top