duplicating data and having different formatting

  • Thread starter Thread starter KimC
  • Start date Start date
K

KimC

I've put form fields through out a document, and some of the fields are a ref
merge field of the first form field which its formatting large and bold and
when i update the ref fields i want the data to be the same as the first but
formatted as normal size not bold
 
Hi Kim,

You can do that via a Charformat switch, as in
{REF Text1 \* Charformat}
where the 'R' id 'REF' is formatted with the attributes you want the REF field to display.

Cheers
 
thankyou it worked

macropod said:
Hi Kim,

You can do that via a Charformat switch, as in
{REF Text1 \* Charformat}
where the 'R' id 'REF' is formatted with the attributes you want the REF field to display.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

KimC said:
I've put form fields through out a document, and some of the fields are a ref
merge field of the first form field which its formatting large and bold and
when i update the ref fields i want the data to be the same as the first but
formatted as normal size not bold
 
Back
Top