J
JimS
On a subform, I have a textbox that sums a column. I don't display it, just
reference it.
When the subform recordset is empty, it propogates "#error" to all the text
boxes that reference it. How do I get it to calculate out to a zero or null
instead of #error?
subform text box control source: =Sum(-nz([Value],0))
I know, "Value" is a bad choice for a column name. I'll fix it later.
Jim
reference it.
When the subform recordset is empty, it propogates "#error" to all the text
boxes that reference it. How do I get it to calculate out to a zero or null
instead of #error?
subform text box control source: =Sum(-nz([Value],0))
I know, "Value" is a bad choice for a column name. I'll fix it later.
Jim