How can I generate pages automatically from information entered i.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I want to make templates in Word that are generated automatically according
to information in a form. For instance, "Dear Sir" or "Dear Madam" should be
entered in a letter according to a dropdown set to "Male" or "Female".

Please let me know if this is possible and where I can find information on
how do accomplish it.

Thanks,

Mirco
 
If the formfield with the Male or Female drop down is Dropdown1 then set its
claculate on exit check box and insert a conditional field where you want
the result as follows:

{IF {REF Dropdown1} = "Male" "Dear Sir" "Dear Madam"}


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top