Simple formula

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
 
S

Sue Mosher [MVP-Outlook]

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

Alison Gaus

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


.
 

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

Top