how do i format the merge field in the word document to appear as a number
e.g £1,234.90
please help
{ MERGEFIELD myamount }
Delete \*Mergeformat if you see it, and type in the following numeric format
\#£,0.00
so you have
{ MERGEFIELD myamount \#£,0.00 }
Use Alt-F9 to toggle back again.
Peter Jamieson