Simple formula

  • Thread starter Thread starter Alison Gaus
  • Start date Start date
A

Alison Gaus

How can I display a running total number (sum) of 6 different number fields.
They are plain, straight forward digit fields containing numbers 1 - 10 an I
just need a running total showing in another field please can you post the
exact formula and how to execute applying it?

thanks

Alison
 
You can set a formula on the Value tab of the Properties dialog for the
control showing the field where you want to store this information. The
formula is a simple sum:

[Field1] + [Field2] + [Field3] etc.
 
Thanks - it works!!
-----Original Message-----
You can set a formula on the Value tab of the Properties dialog for the
control showing the field where you want to store this information. The
formula is a simple sum:

[Field1] + [Field2] + [Field3] etc.


--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Alison Gaus said:
How can I display a running total number (sum) of 6 different number
fields. They are plain, straight forward digit fields containing numbers
1 - 10 an I just need a running total showing in another field please can
you post the exact formula and how to execute applying it?

thanks

Alison


.
 
Back
Top