R
rob p
Main report has count of 38. I have the count in the report footer. Fine.
Subreport (which I need to run in the report footer) is grouped by payee. It
could have multiple detail lines, I ONLY want to count the payee footers. In
the query column I have recordcountcount(*)). In the payee footer I have
textfield1 with run sum set. Each footer increments by one. Fine. Report
footer has textfield2 with CS being the textfield1 in the payee footer. That
shows the correct amount of payee records. (4 in this case).
What I cannot do is get the 4 over the the main report to be added to the 38
count of of the main report. On the main footer I have a textfield3 with
=[subreport].Report![textfield2] or [textfield1]. Both return 1 not the 4.
What is wrong.
Basically I want to add the total of subreport footers to the count in the
main report.
Thanks much...
Subreport (which I need to run in the report footer) is grouped by payee. It
could have multiple detail lines, I ONLY want to count the payee footers. In
the query column I have recordcountcount(*)). In the payee footer I have
textfield1 with run sum set. Each footer increments by one. Fine. Report
footer has textfield2 with CS being the textfield1 in the payee footer. That
shows the correct amount of payee records. (4 in this case).
What I cannot do is get the 4 over the the main report to be added to the 38
count of of the main report. On the main footer I have a textfield3 with
=[subreport].Report![textfield2] or [textfield1]. Both return 1 not the 4.
What is wrong.
Basically I want to add the total of subreport footers to the count in the
main report.
Thanks much...