Results 1 to 3 of 3
  1. #1
    sdc1234 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    89

    Currency query


    Greetings
    I have this script that creates a column in my table called s/b, how can I format this script to show up as currency.
    RSV S&B: Sum([Per Capita Spent]![Salary])


    v/r
    Novice

  2. #2
    lfpm062010 is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Location
    US
    Posts
    415
    You can use format to show up as currency.

    For example:
    Format ("1267.5", "Currency") would return '$1,267.50'

  3. #3
    sdc1234 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    89
    Quote Originally Posted by lfpm062010 View Post
    You can use format to show up as currency.

    For example:
    Format ("1267.5", "Currency") would return '$1,267.50'
    perfect thanks

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

Similar Threads

  1. Query to stop rounding off currency
    By Ruegen in forum Queries
    Replies: 4
    Last Post: 07-24-2013, 09:49 AM
  2. Replies: 3
    Last Post: 12-21-2012, 02:27 PM
  3. Format two fields in a Union Query as Currency
    By alansidman in forum Queries
    Replies: 1
    Last Post: 12-14-2012, 12:41 PM
  4. Replies: 32
    Last Post: 01-02-2012, 12:30 AM
  5. Replies: 2
    Last Post: 03-23-2011, 11:43 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