
March 2nd, 2004, 01:59 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
How to show dollar sign in query?
Hi all,
I have two fields in a table: UnitPrice and Qty. UnitPrice is currency with format $#,##0.00;($#,##0.00). Qty is Double number.
I have also created a query that will show all these records and calcuate the amount by adding a field "Amt: [Qty]*[UnitPrice]". The problem is no dollar sign will be appeared in the Amt field and actually I want it to show.
How can I place a dollar sign in the Amt calculated?
Thx!
Rgds,
Gloria
|