Enclose my MS Access currency text to include quotation marks?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On my report, I need to enclose my total currency data in quotation marks
(i.e. "$1,000.00") without losing my formatting.
 
On my report, I need to enclose my total currency data in quotation marks
(i.e. "$1,000.00") without losing my formatting.

Use an unbound text control.
= """" & Format([ControlName],"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