calculations/functions

C

Cheryl

Howdy, school teacher in need. How do I input a SUM
function to add up data in a record?
 
L

Lynn Trapp

Do you want the total of various fields in a single record? If so, then just
use simple math:

CalculatedValue: Field1 + Field2 + Field3.......

However, if you want the total of a column then use the Sum() function:

Sum(Field1)
 
C

Cheryl

Thanks for your response but where do I put this command,
in the field where calculated amount should appear or do I
have to create a macro?
 

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