Calculations in forms

  • Thread starter Thread starter Chey
  • Start date Start date
C

Chey

I have a word document that I put the form fields in. I have numbers being
entered in and then I want to calculate at the bottom. I put in another field
and put calculations. Is this the right way? Could someone please guide me?

Thanks
Cheyenne
 
Yes, use a calculation-type form field and be sure to check the box for
"Calculate on exit" for each of the form fields that contributes to the
calculation.
 
How do I get it to calculate though right now I have =text3+text4 but it
calculates 0 even though I have a 5 in text3 and a 4 in text4. Will it not
automatically update itself? That is really what I need it to do?
 
Double-click the Text3 formfield to open the Form Field Options dialog and
check the box for "Calculate on exit." Do the same for Text4. Then protect
the form. When you enter data in those two fields, you calculation will be
updated. Note, however, that only a tab out of the field will be recognized
as "exit"; just clicking somewhere else doesn't suffice.
 
Thanks I got it.

Suzanne S. Barnhill said:
Double-click the Text3 formfield to open the Form Field Options dialog and
check the box for "Calculate on exit." Do the same for Text4. Then protect
the form. When you enter data in those two fields, you calculation will be
updated. Note, however, that only a tab out of the field will be recognized
as "exit"; just clicking somewhere else doesn't suffice.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
 
You would only need a macro to update fields if you were using a Word field
in the header/footer to create or reproduce the calculation. If you were to
need such a macro, you can use the sample code at
http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
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