trying to sum three calculated fields...

A

Ashes09

I am attempting to add the total of three calculated fields; however, the
total will only calculate if there is a figure in ALL three of the fields. If
only two of the fields are filled, the final total will not calculate.

Suggestions?
 
A

Ashes09

Thank you!

KARL DEWEY said:
Use the Nz function --
Nz([TheField], 0) to place a zero instead of the null.

Ashes09 said:
I am attempting to add the total of three calculated fields; however, the
total will only calculate if there is a figure in ALL three of the fields. If
only two of the fields are filled, the final total will not calculate.

Suggestions?
 

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