S
Scott
I have a form/subform scenerio with text box controls for number-entry
values. In the "Form Footer" of the sub form, I'm trying to sum each of the
continious text box number controls, but the total sum text box controls
always display "#Error" message.
Although I need to use a data type like double that will handle decimal
points for the table fields in question, i've tried setting their data types
to long integer, integer and double. I've also tried every possible number
format on the sub form text box controls using the sum function.
I know that my syntax for the text box controls is correct because I've
compared the database form in question with the same kind of form/sub form
containing sum totals in the same way and they are identical.
What else could possibly be causing my sub form sum totals to be rendering
the #Error message?
Example control source: =Sum([myField1])
values. In the "Form Footer" of the sub form, I'm trying to sum each of the
continious text box number controls, but the total sum text box controls
always display "#Error" message.
Although I need to use a data type like double that will handle decimal
points for the table fields in question, i've tried setting their data types
to long integer, integer and double. I've also tried every possible number
format on the sub form text box controls using the sum function.
I know that my syntax for the text box controls is correct because I've
compared the database form in question with the same kind of form/sub form
containing sum totals in the same way and they are identical.
What else could possibly be causing my sub form sum totals to be rendering
the #Error message?
Example control source: =Sum([myField1])