Results 1 to 3 of 3
  1. #1
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596

    Currency Field will not show currency format.

    Hi,

    I'm working with Access 2010.

    I have two tables [Week1, Week2] that each have a Currency field - Week1_Balance & Week2_Balance.

    I have a Week1 unmatched query, a Week2 unmatched query and a Week1 -> Week2 matched query that I made into a Union All query.

    My report runs off the Union Query. It will not allow me to designate the two Balance fields as Currency. Under the Format Tab - the $ option is grayed out.

    I tried entering a Currency format in the Properties Sheet ($#,###.00) - but that doesn't work either. It just displays as a number.



    I should add that I am using the nz functon on the Balance fields and setting the valueifnull to 0 [zero].

    Any ideas why I cannot set these fields as currency in my report?

    I'm wondering if somewhere along the way [in one of the queries] I have changed the data-type unwittingly to something else.



    Thanks!

    Robeen

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    Please cancel this request for help. I have been able to solve the problem.

    What I did was use a CCur() on each of the Balance fields in the union query. Then - when I opened the Report in design View - I was able to assign the Currency format '$' to the fields.

    However, I have still NOT figured out what action in my query chain converted what started out as Currency fields in the tables -> into text fields.

    I WAS able to determine that they had been converted into text when I exported the report to Excel where the cells with these values had little red markers in the corners and when I hovered over them I got a message saying they were text.

    So - problem solved . . . but question lingers!

    So: and I guess!

    Robeen

  3. #3
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    I've seen the Nz() function do that, even with 0 specified as the value if Null. You can experiment by taking it out and seeing if the values return to numbers (you can tell by how they align when you run the query; left = text, right = number).
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Indian Currency
    By nithubp in forum Access
    Replies: 6
    Last Post: 07-08-2014, 01:56 AM
  2. Need Currency or Decimal Help!
    By Jaricketts in forum Access
    Replies: 2
    Last Post: 08-19-2010, 09:39 PM
  3. Currency Vs Double
    By Mclaren in forum Database Design
    Replies: 1
    Last Post: 08-12-2010, 05:38 PM
  4. HELP! formatting currency
    By jgelpi16 in forum Reports
    Replies: 1
    Last Post: 07-06-2010, 09:04 AM
  5. Currency Problem
    By EHittner in forum Access
    Replies: 1
    Last Post: 11-05-2009, 09:46 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