Consulting

Results 1 to 4 of 4

Thread: Contact Number's Format

  1. #1
    VBAX Regular
    Joined
    Nov 2012
    Posts
    16
    Location

    Question Contact Number's Format

    Hi viewers, please assist with this problem I encountered...

    Example:
    The current contact no. format shown is "63129999".

    But I want a space in between to make it show like this : "6312 9999".

    How can i format it?

  2. #2
    VBAX Mentor
    Joined
    Feb 2009
    Posts
    493
    Location
    Where are you formatting this? In a form? In a table?
    -----------------------------------------
    The more you learn about something the more you know you have much to learn.

  3. #3
    VBAX Regular
    Joined
    Nov 2012
    Posts
    16
    Location
    formatting in table as well as form.

  4. #4
    VBAX Mentor
    Joined
    Feb 2009
    Posts
    493
    Location
    well if you just want it to display that way then change the query you use to populate the form or get results to format(fieldname,"0000 0000")

    IE
    select format(fieldname,"0000 0000") as fieldname from table.
    -----------------------------------------
    The more you learn about something the more you know you have much to learn.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •