Hi guys
Since I have split my database I'm having trouble with this piece of code on my login form.
When you update the users password it comes up with incorrect password and will only accept the password for the 1st user in the table for any user.
Hope that makes sense. I think it's because of this syntax < > ""
Since I have split my database I'm having trouble with this piece of code on my login form.
PHP:
If Me.txtPassword.Value = DLookup("EmpPassword", "TblEmployee", "[EmpID] =" & Me.cboEmployee.Value <> "'") Then
MyEmpID = Me.cboEmployee.Value
When you update the users password it comes up with incorrect password and will only accept the password for the 1st user in the table for any user.
Hope that makes sense. I think it's because of this syntax < > ""