How do I make automatic calculations in a template?

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

Guest

I want to make calulations in a template form using the user input fields.
 
The values entered by the user are represented by bookmarks. For simple
calculations you can use calculation fields:

{ = {Ref Field1}* {Ref Field2}}

For complex calculations or if you need to apply maths functions, write a
macro to run when the user exits the form field.
 
Note that in a form, you will have to check the calculate on exit check
boxes in the properties of the form fields contributing to the calculations
or the calculation will not update.

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