Results 1 to 5 of 5
  1. #1
    jo8701 is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2011
    Posts
    6

    Showing % Sign in Access


    Hi,

    This is prob a simple query (i hope :-))

    On one of my fields within a processing table i am trying to default the data type to show a % sign when a value is enterd without manipulateing data eg user enters 50 shows as 50%

    What currently happens is user enters 50 turns into 5000% is there a way i can counter this i have tried to enter different formats but nothing seems to change this.

    THank you

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You need to divide by 100 to get the proper value, which I'm sure you know.

  3. #3
    jo8701 is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2011
    Posts
    6
    Perhaps im being a bit thick but when i try and ammend this it wont work? what do i type into the Format bit in properties do make it show 50% as 50% rather than 5000%

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    ...and if the user types in .5 what do you do?

  5. #5
    dodo47 is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Feb 2012
    Location
    Roma (Italy)
    Posts
    13
    Hi
    if you declare a field as percentage, access wait for:

    A
    ----- / 100
    B

    Not

    A
    -----
    B

    So, declare integer-double your field and use a label near your form field with "%"

    regards

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

Similar Threads

  1. Student Sign in/out system
    By torpid in forum Programming
    Replies: 12
    Last Post: 08-25-2012, 08:04 AM
  2. Replies: 35
    Last Post: 09-19-2011, 10:13 AM
  3. Pound sign in text field
    By eww in forum Programming
    Replies: 3
    Last Post: 09-29-2010, 10:30 AM
  4. Daily Sign In form
    By JHansford in forum Access
    Replies: 2
    Last Post: 12-09-2009, 08:41 AM
  5. The ampersand sign (&) and Access reports
    By tigers in forum Reports
    Replies: 2
    Last Post: 09-28-2009, 08:23 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