Hey Duane - you're a genius!
It worked really well. I have added a "Page" prefix to the page numbers, and changed their format to "000", but other than that, the concept is beautiful!
I really need to get my head around the VB functions more; the flexibility is really surprising to me...
Now...
The example can be found in this knowledge base article...
http://office.microsoft.com/en-us/access-help/summing-in-reports-HA001122444.aspx
Here are my versions...
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
If PrintCount = 1 Then
txtPageSum = txtPageSum +...
Hi Duane,
Unfortunately not - the descriptions vary in length quite a bit, so I'm having to use the 'can grow' option on my subheadings and detail sections to get the presentation looking OK...
Thanks for the quick reply..!
Hi all,
Could any one propose a solution to the following problem I have?
I have used some VBA to get totals at the bottom of each page of a report, by page (i.e. Total for Page = $###.)
I would now like a summary page listing each pages' total, i.e.
Page 001 $###
Page 002 $###
Etc etc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.