Results 1 to 3 of 3
  1. #1
    zhongdianshi is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2018
    Posts
    2

    new access user question


    I run a report for existing Access tables. On the fifty column, the value always shows the dollar sign. Where to define this column or how could I remove the dollar sign since it is not payment.

    Thanks for your input!

  2. #2
    Beetle is offline Unrelatable
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    Camp Swampy (Denver, CO)
    Posts
    207
    Several ways you could do this;

    1) If the field in question is not really a Currency data type, then you can change the Data Type in the table to Number and use a Field Size of Decimal or Double.

    2) If it is a Currency data type but you just don't want to display the $ in certain cases, you can change the Format to General Number at the query, form or report level .

    3) Same as above but instead of using Format you can Typecast it, i.e. CDbl(YourField)

  3. #3
    zhongdianshi is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2018
    Posts
    2
    Thank you Beetle. It is very helpful. Finally, I found the format defined in report level and updated the code. Now, it works fine.

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

Similar Threads

  1. Replies: 6
    Last Post: 04-09-2018, 04:50 PM
  2. Replies: 9
    Last Post: 07-16-2015, 01:30 PM
  3. Replies: 3
    Last Post: 07-08-2015, 08:59 AM
  4. Query Question (new access user)
    By lewismk in forum Queries
    Replies: 2
    Last Post: 01-05-2011, 08:21 PM
  5. New User with DAP Question
    By Tdo79 in forum Access
    Replies: 0
    Last Post: 11-14-2010, 07:37 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