Report Sum()
In my Access Projects 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, I was able to use these functions on any textbox in regular Access, but now
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"
ie: =Sum( [txt_Detail_Total] )
Should, but doesn't work
Access 2003 ADP Project
|