Results 1 to 4 of 4
  1. #1
    hedonistclub is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    7

    Help with Access Password field

    hi everyone,

    what do i write in the field's input mask to require at least the input of 1 number into the field?



    thanks

  2. #2
    hedonistclub is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    7
    it does not necessarily have to be the input mask.

    i am designing the password field and i want users to have at least 1 number in it.

  3. #3
    hedonistclub is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    7
    can someone help me out please

  4. #4
    qa12dx is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    india
    Posts
    112
    what you want is validation rule. tables have ValidationRule property. i have never used it, may be better than what i list below.

    simple way i do it is use the afterupdate event.
    condition; len([text1])<1 - msgbox - "needs to be more than......."
    condition; len([text1])<1 - stopallmacros

    input mask is to control how the object is displayed. for eg, if someone inputs their phone number as 51512345678, it can be used to display as 515-1234-5678 or mask password text, etc.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 07-24-2012, 06:10 PM
  2. Replies: 1
    Last Post: 06-22-2012, 08:05 AM
  3. Password field encryption
    By bakkouz in forum Database Design
    Replies: 3
    Last Post: 10-10-2011, 07:15 AM
  4. Change Password field in Table not working
    By bongazi in forum Programming
    Replies: 4
    Last Post: 05-18-2011, 04:33 PM
  5. Access Password - Not encrypted
    By shexe in forum Access
    Replies: 5
    Last Post: 09-29-2010, 02:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums