field referencing

  • Thread starter Thread starter Angie
  • Start date Start date
A

Angie

I would like to be able to insert data into a protected
form field which would automatically display the results
into another form field (less data entry).
 
Angie,

Your formfield is bookmarked when created (i.e., the first
text field is assigned the bookmark Text1). When you
insert the form field in your document, double click it
and check "calculate on exit" you can also assign a custom
bookmark name (e.g., CustomerName). In the other place in
the document where you want CustomerName to appear insert
REF Field (not a form field). Your REF field should look
like { REF CustomerName } where the {} is inserted using
CTRL+F9.
 
Back
Top