I have two computers at work, one has office 2000 and the other has 2002. In
office 2000 the imported information retains it's formatting to print the
price tags for my products. However, in office 2002 the formatting is lost
when the documents are merged. I'm trying to retain the formatting for the
items numbers of (00-000-0) and then keep the $ symbol and two decimal
places, however I can't find a way to do this.
Please Help??!!
Hi Heather,
With the item number mergefield, press Shift-F9 to reveal the code, which should look something like {MERGEFIELD Item}.
Add \# "00-000-0" to the field so that you get {MERGEFIELD Item \# "00-000-0"}.
Press F9 to update the field.
With the value mergefield, press Shift-F9 to reveal the code, which should look something like {MERGEFIELD Value}.
Add \# $,0.00 to the field so that you get {MERGEFIELD Value \# $,0.00}.
Press F9 to update the field.
Then re-run your mailmerge.
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
>I have two computers at work, one has office 2000 and the other has 2002. In
> office 2000 the imported information retains it's formatting to print the
[quoted text clipped - 3 lines]
> places, however I can't find a way to do this.
> Please Help??!!
Heather C - 15 Apr 2008 16:02 GMT
That worked for the dollar amounts, however the -'s didn't show up in the
item number i just ended up with spaces.
> Hi Heather,
>
[quoted text clipped - 16 lines]
> > places, however I can't find a way to do this.
> > Please Help??!!
macropod - 15 Apr 2008 23:54 GMT
Hi Heather,
Try using \# "00'-'000'-'0" for the switch.
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> That worked for the dollar amounts, however the -'s didn't show up in the
> item number i just ended up with spaces.
[quoted text clipped - 19 lines]
>> > places, however I can't find a way to do this.
>> > Please Help??!!