Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / July 2005

Tip: Looking for answers? Try searching our database.

subtotal in report

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
corfiotis - 31 Jul 2005 07:48 GMT
please can anyone help me.I want in a report with many pages every page to
have its total and of course in the end of the report the grand total.in case
i can carry the total of each page in the begining of the next one it will be
very good.

Thanks
Achilles
Allen Browne - 31 Jul 2005 09:10 GMT
Access does not give you totals in the Page Footer.

You can collect them programmatically, as described in this article:
   Reports: Page Totals
at:
   http://allenbrowne.com/ser-11.html

For the grand total, use:
   =Sum([MyField])
as you normally would. Trying to collect a total in the report events over
several pages is not reliable. (The events don't all fire unless you print
all pages of the report.)

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

> please can anyone help me.I want in a report with many pages every page to
> have its total and of course in the end of the report the grand total.in
[quoted text clipped - 5 lines]
> Thanks
> Achilles
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.