Calculated Form Field Option that sum other form fields

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

Guest

How do you create a calculated form field option that sum the input data of
other form fields?
 
Say you have three fields. Two for inputs and one for the sum.

Double click the first two, set type to number, check calculate on exit,
note the bookmark names (which will be text1 and text2 by default).

Double click the third field and set type to calculation. In the expression
window type: =text1+text2

Protect the document and Bob's your uncle.
 
You don't actually need a form field for the calculation. A Word formula
field will work just as well eg

{={Text1} + {Text2} \# "$,0.00"}

Check the calculate on exit property of both Text1 and Text2. The formatting
switch is optional.

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top