To Marshall Barton

G

Guest

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.
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
 
M

Marshall Barton

Mansoor said:
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.


I've been out of town for the past week, but I just replied
to your followup question in your original thread.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top