R
Ryan Clair
Simple really. Trying to compare two values (passwords) in a long form.
I'm getting one value from a query I execute upon hitting the "Log In"
button and one that the user has inputed. The problem is, when I write:
If txtPW = txtPassInput.Value And txtUser = txtUserInput.Value And Not
IsNull(txtUser) And Not IsNull(txtPW) Then...
It won't catch that "PassWord" is not equal to "password". Is there a
way around comparing two strings down to the capitalization?
Many thanks.
I'm getting one value from a query I execute upon hitting the "Log In"
button and one that the user has inputed. The problem is, when I write:
If txtPW = txtPassInput.Value And txtUser = txtUserInput.Value And Not
IsNull(txtUser) And Not IsNull(txtPW) Then...
It won't catch that "PassWord" is not equal to "password". Is there a
way around comparing two strings down to the capitalization?
Many thanks.