Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number format won't keep when doing mail merge

Status
Not open for further replies.

sophy

Technical User
Feb 28, 2003
8
US
Hi all --

I am running a simple query with a purchase price field which I use to mail merge into a Word document. I've got my purchase price field in the table AND query as a currency format, BUT, when it merges into Word, it comes out as plain old "2500" rather than "2,500.00". Is there an easy way to preserve the format when it mail merges into Word?

Appreciate any help you can offer.

Cheers, S.
 
Use a query as your data source for the merge and change your currency field column to something like:
CurAmount: Format([CurField],"Currency")


Duane
MS Access MVP
Find out how to get great answers faq219-2884.
 
Duane!!!
It worked!!!! Thank you! Thank you! Thank you!

Cheers, S
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top