L
Linda
I have a report that is grouped by Appropriation and then by Source. I have
a subtotal at the end of each source section within the Appropriation. I
have Appropriation header, source header, detail, source footer, page footer,
and report footer. I would like to put a grand total in the report footer
for each Source. I have a text box for each of the two sources. In the text
box control source I have the following statement: =DSum("
[Recon-Allow-FRSACR]![amount] "," [Recon-Allow-FRSACR]![amount] ","
[Recon-Allow-FRSACR]![source] ='ACR'") I am getting #Error on the
report. Any suggestions? I had this working before but then had to revise
the original table and now I get the #Error.
a subtotal at the end of each source section within the Appropriation. I
have Appropriation header, source header, detail, source footer, page footer,
and report footer. I would like to put a grand total in the report footer
for each Source. I have a text box for each of the two sources. In the text
box control source I have the following statement: =DSum("
[Recon-Allow-FRSACR]![amount] "," [Recon-Allow-FRSACR]![amount] ","
[Recon-Allow-FRSACR]![source] ='ACR'") I am getting #Error on the
report. Any suggestions? I had this working before but then had to revise
the original table and now I get the #Error.