M
Mansoor
On the 15/03 I asked a question about subtotals on the pageFooter to be
forward to the next pageHeader.
You gave me the following solution:
Create a text box named txtRunTotal in the detail section.
It works perfectly on the monitor (when I preview them), but on printing I
have on the first page,in the pageHeader the Grand Total, instead of zero,
and in the following pages the pageHeaders figures are correct. I can't
figure what is wrong.
**************************************
Thank you Marshall Barton, it works perfectly.
I had this problem for many years, and I regret I did not dare to ask help
for this my problem.
Now I understand "almost" every has a solution.
Thank you again
Mansoor
forward to the next pageHeader.
You gave me the following solution:
Create a text box named txtRunTotal in the detail section.
Bind it to the field you want to subtotal and set its
RunningSum property to OverAll.
Then add code to Page Footer section's Format event:
Me.pagefootertextbox = txtRunTotal
Me.pageheadertextbox = txtRunTotal
It works perfectly on the monitor (when I preview them), but on printing I
have on the first page,in the pageHeader the Grand Total, instead of zero,
and in the following pages the pageHeaders figures are correct. I can't
figure what is wrong.
**************************************
Thank you Marshall Barton, it works perfectly.
I had this problem for many years, and I regret I did not dare to ask help
for this my problem.
Now I understand "almost" every has a solution.
Thank you again
Mansoor