THis is the code I'm currently using for my Login Form.
My question is there a code I can to make sure each user see only a certain Navigation Bar as well. For example: This user below I only want to see the "Reports" Navigation Bar.
UserName.SetFocus
If UserName = "username" And Password = "password" Then
DoCmd.Close
DoCmd.Close , "F_Login", acSaveNo
DoCmd.OpenForm "Switchboard"
Can you assist please?