Thread: editing feilds
View Single Post
  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Microsoft Public Groups Microsoft Public Groups is offline
external usenet poster
 
Posts: 2
Default editing feilds

Assuming you are using

{ MERGEFIELD myfield \b "beforetext: " }

I don't think you can achieve the formatting you need using that technique
(even replacing "beforetext" by "{ QUOTE beforetext: \*Charformat } and
formatting the Q the way you want does not work).

Instead, try

{ IF "{ MERGEFIELD myfield }" = "" "" "beforetext:: { MERGEFIELD
myfield\*Charformat }" }

then format beforetext: the way you want it and format the M of the second
MERGEFIELD the way you want it.

Ensure all the {} are ht especial field code braces you can insert using
ctrl-F9

Peter Jamieson

"********Meg" wrote in message
...
I recently learned (very happily, I might add) to edit a mail merge field
to include text before or after that field. Another fabulous feature is
that the text will not appear if there is no data in the datasource for
that particular record. This is a very cool feature. (office 2003)

However, I want to format both the text that is before the field and the
actual data in the field (one would be bold and one would be italics)
When I change the info in my form, it looks good, but when I do the merge,
all of the formatting disappears. If I italicize the information in the
data source document , it looses it's formatting as well.

any ideas?

thanks

--
Meg