Report Sum

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

Guest

I have a text box that calculates a sum. When the sum is zero nothing
populates the text box. I would like a zero to populate the text box. How
would I do that?
 
Don't know how "a text box that calculates a sum" is created. You might be
able to use
=Nz(Sum([YourNumericField]),0)
 

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