
Data type is already set to currency. I’m wondering if there’s something I need to do in the Word doc. to tell it how I want the amount formatted. But I can’t seem to find a way to do that.

It should work - I am puzzled too. The other item that I can think is in addition to Currency, set the decimal place to 2.
Open the report in design mode; click on the field that you are having problem with & right click & then select Properties. Now select Currency from the Drop down Format field.
I am assuming you are printing the Report via Access Report not from Word.
Good luck!

Try the formula field in Word.
It may look like
{ =12345.23 # “$# ##0.00;($# ##0.00)” }

BINGO!! Thank you so much Msi77! I am printing the letters from Word. I had to add a Numeric Format Switch to the field code.














