Passwords

  • Thread starter Thread starter Daz01
  • Start date Start date
D

Daz01

Hi, I have a password field in a database. How do I set it so that a
user can only type in 7 characters for a password. and if they type
more an error message will appear?

Please
 
hi,
Hi, I have a password field in a database. How do I set it so that a
user can only type in 7 characters for a password. and if they type
more an error message will appear?
You may use the ValidationRule and ValidationText of the field in the
table design view. Setting ValidationRule to Len([YourField])>7) will
raise an error in your case.


mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Expiration notification 4
Wifi Network Issue 0
Jhon the Ripper 4
Excel Excel macro and passwords 3
Excel Protection 2
Password HELP! 2
Windows Hello devices 13
Are password protected WiFi networks secure? 3

Back
Top