Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

formatting numeric to currency for details AND totals

Status
Not open for further replies.

BlackDice

Programmer
Mar 1, 2004
257
US
I have a cursor that I'm using for a report. One of the fields is Numeric, so on the report, twelve dollars shows as 12.0000. putting the @$ in the format expression makes it $12.0000! I can use a transform on the fields so that it shows as 12.00 or $12.00, but then it's a string, so the total won't display correctly. I'd like to be able to show as a dollar amount in the details section AND the totals section. Any help is appreciated. thanks!!

BlackDice

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top