Calculating Rpt/SubRpt

M

margaret

I have a report that has a subreport. I'm trying to calculate using a
control "amt" from the report and a control from the subreport "idamt". I've
also tried using the value directly from the query:

=Sum([amt]+[QRYsubrptInvoice]![idamt])

I can't get this to work. Whenever I try to print the report, I get "Enter
Parameter Value". I know the QRYSubrptInvoice!idamt is correct becuase I
used the build button and took it directly from there.

Any help would be appreciated.
 
Top