How do I format a querie result to come out as currency.

  • Thread starter Thread starter DES
  • Start date Start date
D

DES

I'm trying to calculate what the new price of an item would be based on
cutting 10% off of an existing price...I can't get the answer to come out as
currency!
 
I'm trying to calculate what the new price of an item would be based on
cutting 10% off of an existing price...I can't get the answer to come out as
currency!

Don't confuse data STORAGE with data PRESENTATION.

Let the calculation work in the query; and display the query in a Textbox on a
Form or Report. Set the Format property of that textbox to Currency and you'll
see the result formatted as currency.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top