I want a code to lookup for a username and compare the password ( case sensitive ) using the dlookup here is my code and it doenst care for the pass if it is capital letter nor not
If (IsNull(DLookup("UserName", "UserID", "UserName='" & Me.Userbox.Value & "'and [password] = '" & Me.Passbox & "'"))) Then
Thanks