Snowflake68
Registered User.
- Local time
- Today, 20:55
- Joined
- May 28, 2014
- Messages
- 464
Hi I have the following line of code that checks a password in a table which on the face of it works however it is not case sensitive and I have been trying to find information online and it would appear to use the StrComp function which would then make it case sensitive but I dont know how to apply it to my code or suggest another method.
Hope someone can help a damsel in distress yet again. :banghead:
Many thanks
Code:
If Me.txtPassword.Value = DLookup("EmpPassword", "tblEmployees", "[EmpID]=" & Me.cboEmployee.Value) Then
Hope someone can help a damsel in distress yet again. :banghead:
Many thanks