G
Guest
I have a report and an subrpt and would like to calculate a total on the
report using a field from the report and a field from the subreport. Below
is the calculation and whenever I try to run the report, I get a "Enter
Parameter Value". I've tried also pulling the "idamt" from the subreport as
well as from the query. I have had this problem before on other reports and
subreports and can never figure out what I'm doing wrong.
=Sum([amt]+[QRYsubrptInvoice]![idamt])
Any help would be appreciated.
report using a field from the report and a field from the subreport. Below
is the calculation and whenever I try to run the report, I get a "Enter
Parameter Value". I've tried also pulling the "idamt" from the subreport as
well as from the query. I have had this problem before on other reports and
subreports and can never figure out what I'm doing wrong.
=Sum([amt]+[QRYsubrptInvoice]![idamt])
Any help would be appreciated.