|
Hi, I have a login form. when the user enters a wrong password/username he is redirected to themain page where he can choose if he wants to log in as a user or an administrator. Problem is that when i run it, i keep getting Run time error 400 it says that the form is already displayed and cant be shown modally I dont know what that means.... can anyone enlighten me and help me out?
Thank you [code]
Private Sub CMD_ADM_Click() ADMIN_LOGIN.Show <<error points to this line! Unload Me End Sub
Private Sub CMD_USER_Click() ISDR_MAIN_MENU.Show Unload Me End Sub
|