A
anjee
Hello,
I have a report that includes a subreport in the Report Footer. The
subreport is simply a Page Break and a Textbox. The Textbox's
property is set to grow as this information can span multiple pages.
I need to be able to print the main report's Page Footer on the last
page of the main report ONLY, and then have the subreport print
thereafter.
I thought about retrieving the Pages number of the subreport and
subtract that value from the total number of pages but I cannot seem
to retrieve this value. The following always returns 0 when set as
the recordsource of a text box on the main report (note that txtPages
is set to [Pages]).
=[subreportchild].[Report]![txtPages]
Is there any way that I can accomplish this? Thanks for the help.
I have a report that includes a subreport in the Report Footer. The
subreport is simply a Page Break and a Textbox. The Textbox's
property is set to grow as this information can span multiple pages.
I need to be able to print the main report's Page Footer on the last
page of the main report ONLY, and then have the subreport print
thereafter.
I thought about retrieving the Pages number of the subreport and
subtract that value from the total number of pages but I cannot seem
to retrieve this value. The following always returns 0 when set as
the recordsource of a text box on the main report (note that txtPages
is set to [Pages]).
=[subreportchild].[Report]![txtPages]
Is there any way that I can accomplish this? Thanks for the help.