Results 1 to 3 of 3
  1. #1
    ibcormac is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2016
    Location
    Central Cali
    Posts
    8

    Input Masks - table or form level


    I have read many posts on here regarding usage of input masks but have yet to find answers to a few questions.

    Should input masks be used at the table level, form level or both?
    I believe at the form level it is possible to provide the user feedback on errant input, but not at the table level. Is this correct?
    If this is so, sounds like justification for form level input masks over table level.

    What are the advantages/disadvantages of storing the mask characters versus not storing them?

    Appreciate any input on this. Thanx.

  2. #2
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    since users should never have direct access to tables, applying input masks or formatting in tables is unnecessary from that perspective - although using them whilst developing might have benefits

    So only apply at form level.

    The only potential benefit at table level is whilst developing is that the format and input mask properties will be copied to any new control created - although if you subsequently change the table, this will not update the already created controls.

    I don't know, but for access to apply an input mask and/or formatting is a task that takes time - I guessing this may have a very small impact on db performance

  3. #3
    ibcormac is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2016
    Location
    Central Cali
    Posts
    8
    Ajax
    Thanks a lot!

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

Similar Threads

  1. Question on input masks
    By MikeFanch in forum Access
    Replies: 2
    Last Post: 05-23-2014, 09:03 PM
  2. Input Masks
    By jlgray0127 in forum Forms
    Replies: 3
    Last Post: 12-14-2013, 12:50 PM
  3. Input Masks
    By ICTTeacher in forum Database Design
    Replies: 1
    Last Post: 11-07-2013, 10:08 AM
  4. Validation and Input masks
    By Santi in forum Access
    Replies: 3
    Last Post: 03-26-2009, 10:53 AM
  5. Database Form Input Masks
    By scartmell in forum Forms
    Replies: 1
    Last Post: 08-12-2008, 01:20 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