P
Peter Marshall
I have a rather complex report that includes 2 subreports. In the report
footer I have a textbox named txtGrandTotal, which I initialize to 0 in the
ReportHeader_Print event and increment in the DetailFooter_Print event with
the formula txtGrandTotal = txtLaborSubTotal + txtPartsSubTotal. When the
report is first PREVIEWED, the txtGrandTotal is correct, but when it is
PRINTED, it is exactly doubled regardless of how many DetailFooters the
report contains. What gives? How can I prevent this?
Peter Marshall
footer I have a textbox named txtGrandTotal, which I initialize to 0 in the
ReportHeader_Print event and increment in the DetailFooter_Print event with
the formula txtGrandTotal = txtLaborSubTotal + txtPartsSubTotal. When the
report is first PREVIEWED, the txtGrandTotal is correct, but when it is
PRINTED, it is exactly doubled regardless of how many DetailFooters the
report contains. What gives? How can I prevent this?
Peter Marshall