G
gary verno
can not get dlookup statement syntax correct
A form collects cboUsername and Password and compares it
using dlookup against UserName and orgPassword text
fileds in tblLogin.
If Me.txtPassword.Value = DLookup
("[orgPassword]", "tblLogin", "UserName= '" &
Me.cboUserName.Value & "'") Then
LoginID = Me.cboUserName.Value
Any suggestions?
A form collects cboUsername and Password and compares it
using dlookup against UserName and orgPassword text
fileds in tblLogin.
If Me.txtPassword.Value = DLookup
("[orgPassword]", "tblLogin", "UserName= '" &
Me.cboUserName.Value & "'") Then
LoginID = Me.cboUserName.Value
Any suggestions?