I have a database with login dialog box, everything works fine, but when I enter password and click button, the dialog box does not close. Please help. Below is my code.
Option Compare Database
Private Sub CmndExit_Click()
DoCmd.Quit
End Sub
Private Sub CmndLogin_Click()
'Check to...