M
Michael C via AccessMonster.com
Hello,
I don't know why, but I cannot get my sum and avg to work. The report
displays all products, their perspective grand weight numbers (txtbox is
called [Grand]), and the amount of product produced for the given dateframe
(txtbox is called [Produced]). That all works. I am trying to get an
Average of all weight numbers shown , and a Sum of all production totals
shown .
I break it up by production line, and put the following formulas in the line
footer:
=Avg([Grand]) and =Sum([Produced])
Should be pretty simple, but instead of results, I am currently getting the
following error:
"The Microsoft Jet database engine could not execute the SQL statement
because it contains a field that has an invalid data type".
Any idea whats wrong?
Perry
I don't know why, but I cannot get my sum and avg to work. The report
displays all products, their perspective grand weight numbers (txtbox is
called [Grand]), and the amount of product produced for the given dateframe
(txtbox is called [Produced]). That all works. I am trying to get an
Average of all weight numbers shown , and a Sum of all production totals
shown .
I break it up by production line, and put the following formulas in the line
footer:
=Avg([Grand]) and =Sum([Produced])
Should be pretty simple, but instead of results, I am currently getting the
following error:
"The Microsoft Jet database engine could not execute the SQL statement
because it contains a field that has an invalid data type".
Any idea whats wrong?
Perry