Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password Mask and Custom Mask

Status
Not open for further replies.

primagic

IS-IT--Management
Jul 24, 2008
476
GB
Anyone know how I can set the input mask to a textfield as hashes for a password but also make it so the user can only enter 4 digits(numbers). I know how to set it just to password but I want to only allow the user to enter numbers and limit the size to 4. Its on an unbound textbox

Thanks
 
I'd try to use the Like operator in the BeforeUpdate event procedure.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top