Results 1 to 2 of 2
  1. #1
    walter189 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2011
    Posts
    7

    Auto Updating Percent

    Is there any way around having access auto percent your decimal numbers in a report. For instance i have a bunch of records that are going to have numbers that are between 0 and 1 but are actually percents at that small of a level. Ie i want the percent sign to show up but I dont want it to change 0.71 to 71% when i change the format to a percent. Does anyone know how to keep a decimal between 0 and 1 as a decimal but also a percent? I want 0.71 to become 0.71% essentially

  2. #2
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    You could set your text box's CONTROL SOURCE to be:

    =Format([FieldNameHere], "0.00") & "%"

    But you need to make sure that the text box is not named the same as the field name. So if the field name was named SOMEFIELD then you make sure that the text box is named something else like txtSOMEFIELD.

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

Similar Threads

  1. Replies: 2
    Last Post: 05-06-2011, 02:00 PM
  2. Form auto-updating from a query.
    By Guinea in forum Access
    Replies: 41
    Last Post: 08-31-2010, 07:29 PM
  3. Auto updating table
    By forrestapi in forum Forms
    Replies: 1
    Last Post: 08-16-2010, 11:06 AM
  4. Auto-updating fields in linked tables?
    By Leelers in forum Database Design
    Replies: 27
    Last Post: 01-08-2010, 06:23 PM
  5. Auto updating a total
    By Dreamcatcher in forum Forms
    Replies: 0
    Last Post: 06-19-2009, 02:18 AM

Tags for this Thread

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