Good day everyone.
Used a code for a login form and it doesn't seem to be computing whatsoever.
Private Sub cmdContinue_Click()
On Error GoTo ErrHandler
Dim strSQL As String
If Nz(Me.txtFirstName, "") = "" Then
MsgBox ("First Name cannot be empty.")
DoCmd.GoToControl...