User Profile
Collapse
-
Thanks guys but i have resolved this....for info....the user should be allowed to enter the password as he wishes....e.g. if the password is "password" the user can enter "PASswOrd" or "Password" or PASSword" -
...Code:Private Sub btnOK_Click() If CmbxUsername = "Farhan Choudry" And txtPassword = "Password" Then UserFormLogin.Hide UserFormMenu.Show txtPassword = "" ElseIf CmbxUsername = "Tim Cleary" And txtPassword = "password" Then UserFormLogin.Hide UserFormMenu.Show Else MsgBox ("INCORRECT LOGIN....please contactLeave a comment:
-
Farhan Choudry started a topic Password Validation needs to accept both uppercase and lowercase entryin Visual BasicPassword Validation needs to accept both uppercase and lowercase entry
On a form in excel. A textbox allows the user to enter a password which is validated. However, the validation will only accept lowercase entry for the password. I am looking for a function that allows the user to enter uppercase also as the user may enter the password in uppercase. There is also the fact that the user may enter a mixture of both lower and uppercase i.e. the first letter capitalised.
I am looking for a code that will...
No activity results to display
Show More
Leave a comment: