Sum contents of textboxes

Z

ZBC

What is the syntax of and espression to sum the contents of several
textboxes to another textbox on a report?
 
M

Marshall Barton

ZBC said:
What is the syntax of and espression to sum the contents of several
textboxes to another textbox on a report?


=textbox1 + textbox2 + textbox3
 
M

Marshall Barton

ZBC said:
Apparently I have a problem involving Nulls ... I'm getting a 0

Without seeing your expression and the values in the other
text boxes, I can't say what's happening. However, a simple
addition where one of the terms is Null will result in Null.
So, unless you are using a format that displays 0 for null
values, I don't think Null is the issue here.
 

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