Hi,
Please, I need help to create an error trap in the following code which is behind a LogIn button. The txtSignIn is a combo box to select a user, error appears when user clicks a a LogIn button without selecting their name.
DoCmd.OpenForm "frmUserInfo", , , "[UserName] = '" & Me.txtSignIn...