Its telling me that my password is wrong, i took off the input mask and its right. This works under my login button.
Private Sub Password_KeyDown(KeyCode As Integer, Shift As Integer)
On Error GoTo ErrorRPT
Static LogonAttempts As Integer
Dim SaiCurrentUser As String...