This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
I've been troubleshooting an issue where a form letter will drop the zero or zeroes after the decimal point. Like instead of 25.50 it will show 25.5. My attempts to format it as currency haven't seemed to help. Any suggestions?
You need something called "numeric picture". Press Alt-F9 to see the field code and add the switch \#:
{ ... \# $#,##0.00}
More: http://office.microsoft.com/en-us/word-help/numeric-picture-field-switch-HP005186226.aspx
If you use FORMFIELD fields, then you can right-click them and change the number format in the properties.