I want to set requirements for password creation (see example).
Example:
Xray2319! (form entry) Accepted
ray05 (form entry) Rejected
Requirements:
At least 8 characters.
Must contain:
1 Uppercase
1 Lowercase
1 Special Character ( !@#$%^&*` )
1 Digit (0-9)
May NOT contain:
First Name
Last Name
Username...
User Profile
Collapse
-
Validate Password Creation with Criteria
Last edited by twinnyfo; Oct 10 '18, 07:49 PM. -
How can I Validate a User entered the Correct Password?
I want to verify the password field on my login screen is an exact match to the one in the table (see example).
Example:
Xray123 (form entry) = Xray123 (users table) Accepted
xray123 (form entry) = Xray123 (users table) Rejected
I hope this isn't too confusing. I am relatively new with VBA and trying to learn the best that I can. I have created basic login forms but I have always disliked not knowing a...Last edited by twinnyfo; Oct 10 '18, 07:48 PM.
No activity results to display
Show More