Results 1 to 3 of 3
  1. #1
    buckwheat is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jan 2013
    Posts
    144

    Data Entry Form

    I've created a pop-up data entry form to enter charges by year.



    How do I customize the format so users are required to enter the 4-digit year in all year fields. Please be specific with your instructions.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Try using the InputMask property of textbox. http://office.microsoft.com/en-us/ac...010096452.aspx

    This mask requires a digit in each position: 0000

    This mask prefills 2 in first position and will require input begins with 2: \2000

    Or ValidationRule property, like: >=2000
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    buckwheat is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jan 2013
    Posts
    144
    Ok, Thanks.

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

Similar Threads

  1. Replies: 5
    Last Post: 08-12-2013, 12:53 AM
  2. Data Entry Form
    By Stan Denman in forum Forms
    Replies: 1
    Last Post: 05-21-2013, 04:34 PM
  3. data entry form
    By gbmarlysis in forum Forms
    Replies: 1
    Last Post: 02-01-2012, 12:14 AM
  4. Form for Data Entry
    By cherkey in forum Forms
    Replies: 4
    Last Post: 02-15-2011, 02:40 PM
  5. Sub Form Data Entry
    By OldBloke in forum Forms
    Replies: 1
    Last Post: 08-09-2010, 06:58 AM

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