Question about worD and form text fields

L

lhopkins

I have 12 form text fields on a doc.
When the User fills the first one "bookmark" Text1 I want to have text2-11
to = text1
 
M

macropod

Hi lhopkins,

Instead of using formfields in each of the other locations, simply use Insert|Cross Reference to create REF fields pointing pointing
to the 'text1' bookmark. Then, in your 'text1' formfield, set the properties to 'calculate on exit'.
 
Top