Filling In Multiple Fields With The Same Input Value

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

Guest

I am trying to build a Word template. The template has at least two form
fields that will contain the same input value. For example: if I put the
date in the departure field, I want that same date to appear in another
departure field in a different area of the form. I have tried using REF with
bookmark but I can't get it to work.
 
If you are using REF with a bookmark from a form field, you need to set the
calculate on exit check box in the form field. (The REF field isn't a form
field). If the REF field is in the header/footer you will probably have to
update it with a macro run on exit from the field. There is code for that at
http://www.gmayor.com/installing_macro.htm

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

My web site www.gmayor.com

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