Results 1 to 5 of 5
  1. #1
    Huddle is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jun 2010
    Posts
    318

    Phone Input Mask issue

    I have a form that looks up the phone number from a look up table.

    In the look up table I have the phone field input mask as !\(999") "000\-0000;0;_

    I also have this input mask in the form field and the main table field properties where the data is stored.

    It continues to store the number in the main table without the symbols.



    What is going wrong?

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    its not a bug its a feature

    (sorry that's a very old joke)

    saving the symbols is an option....many dbs prefer the format symbols ( ) - etc not to be stored and only displayed when human eyeballs look at it....which is why it called a "mask" - what is behind the mask is the real data....

    Your input mask wizard should have prompted you with this choice. Press the ... and it will reopen the wizard if you want to change.

  3. #3
    Huddle is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jun 2010
    Posts
    318
    That's what is so strange. I did go through the wizard and told it to save the symbols, reason being that I have to copy the data to an excel sheet. If I copy just the numbers even if I format the cell on the excel sheet at a phone number it will not change the numbers.

  4. #4
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    just a guess - but remove the mask at the form level, and instead implement it at the table level - -

    your table field property must be text.

    let me know if that works...

  5. #5
    Huddle is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jun 2010
    Posts
    318
    It didn't work. Do you happen to know why if the data is transferred with out the symbols into an excel sheet that it won't submit to formating in the excel sheet?

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

Similar Threads

  1. Newbie input mask Q and paswords setting
    By Cincity in forum Programming
    Replies: 2
    Last Post: 08-01-2010, 12:42 AM
  2. Phone number format
    By ManvinderKaur in forum Access
    Replies: 1
    Last Post: 06-24-2010, 08:07 AM
  3. day of week input mask
    By jacko311 in forum Programming
    Replies: 7
    Last Post: 11-15-2009, 12:56 PM
  4. Input Mask for an IP Address and Mack Address
    By baksg1995 in forum Access
    Replies: 18
    Last Post: 06-23-2009, 12:33 PM
  5. Input mask
    By doobybug in forum Access
    Replies: 2
    Last Post: 06-17-2009, 09:40 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