C
Charlie
Access 2003 ADP Project
In my Access Report, I cannot use any aggregate functions, sum, avg in the
control source of textboxes unless the control source is a field from the
stored procedure linked to the form,
example, in the group footer I need this:
=Sum( [txt_Detail_Total] )
in the detail, '[txt_Detail_Total] ' exists and is simply quantity * price
I get Error messages like
"Column ???? does not exist in appropriate rowset"
or
"Aggregate Functions are only allowed on on output fields of the
recordsource"
In my Access Report, I cannot use any aggregate functions, sum, avg in the
control source of textboxes unless the control source is a field from the
stored procedure linked to the form,
example, in the group footer I need this:
=Sum( [txt_Detail_Total] )
in the detail, '[txt_Detail_Total] ' exists and is simply quantity * price
I get Error messages like
"Column ???? does not exist in appropriate rowset"
or
"Aggregate Functions are only allowed on on output fields of the
recordsource"