How do I make currency print correctly in merged document?

C

Confedlady

I have my letter set up with merge files. My field in access is set as
currency and I have it entered as $ 65,890.00. When I merge the field prints
as 65890. I know I need a switch, but I can't get it right. Please Help!
Thanks
 
P

Peter Jamieson

Try using Alt-F9 to display the field codes and changing

{ MERGEFIELD myfield \*mergeformat }

to

{ MERGEFIELD myfield \#"$ ,0.00" \*mergeformat }

Peter Jamieson
 

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

Top