Using Access 2010. I have a report (Invoice) with one subreport (Invoicesubrepo rt). For each client, a new page is generated. We bill by the event, so the subreport groups by EventDate and the subreport is called from the Invoice report for each EventDate. I have a total calculated per Event in the EventDate footer of the subreport. In that same footer, I have an invisible field [RunningClientNe t] set to =Sum([Amount]) (from the subreport detail)... "Over All".
In the Client Footer on the parent Invoice report, it prints the Client Net ([Reports]![Invoice]![InvoiceSubrepor t].[Report]![RunningClientNe t]). Most of the time, this field is correct (whether the client only has one event or multiple, it sums correctly). But sporadically, within one report, the ClientNet will add itself to the ClientNet on the previous page (for the previous client). None of our clients' invoices print to a second page, so it's just one page per client. On pages 6, 11, 13, 18, 20 (so far, I stopped checking), the ClientNets include the current cleint's event nets plus the ClientNet from the previous page (for a different client). Ideas? Thank you in advance for your time and help.
In the Client Footer on the parent Invoice report, it prints the Client Net ([Reports]![Invoice]![InvoiceSubrepor t].[Report]![RunningClientNe t]). Most of the time, this field is correct (whether the client only has one event or multiple, it sums correctly). But sporadically, within one report, the ClientNet will add itself to the ClientNet on the previous page (for the previous client). None of our clients' invoices print to a second page, so it's just one page per client. On pages 6, 11, 13, 18, 20 (so far, I stopped checking), the ClientNets include the current cleint's event nets plus the ClientNet from the previous page (for a different client). Ideas? Thank you in advance for your time and help.
Comment