D
Debris
Hello,
I import data into two tables. To ensure that the import worked, I check
the sum of one of the columns, in this case the purchase order value.
Right now, my application outputs this check into a report -- but we don't
print the report, we just open it, view the sum, and close it.
I'm trying to replace this report with a form, like a pop-up box.
My trouble is, I can't get the "Sum" formula to work in a text box in the
form; all I get is #Error.
My formula is =Sum(qry_ListCmtPO!CmtValueObj). This seems to work fine in
the report.
Any help is appreciated. I don't know if it's a simple syntax error, or if
what I'm trying doesn't even work.
Thanks,
D
I import data into two tables. To ensure that the import worked, I check
the sum of one of the columns, in this case the purchase order value.
Right now, my application outputs this check into a report -- but we don't
print the report, we just open it, view the sum, and close it.
I'm trying to replace this report with a form, like a pop-up box.
My trouble is, I can't get the "Sum" formula to work in a text box in the
form; all I get is #Error.
My formula is =Sum(qry_ListCmtPO!CmtValueObj). This seems to work fine in
the report.
Any help is appreciated. I don't know if it's a simple syntax error, or if
what I'm trying doesn't even work.
Thanks,
D