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 / December 2005

Tip: Looking for answers? Try searching our database.

Report Footer and  Grand Totals on one page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John Foster - 20 Dec 2005 16:28 GMT
I have a multicolumn report that I sum all the information and have place the
sum of that into the report Footer for a Grand Total.  Is there anyway to put
the grand total on the same page of a multi column report instead of it
printing on a new page??
Marshall Barton - 20 Dec 2005 17:05 GMT
>I have a multicolumn report that I sum all the information and have place the
>sum of that into the report Footer for a Grand Total.  Is there anyway to put
>the grand total on the same page of a multi column report instead of it
>printing on a new page??

If the columns are Down then Across, the first column might
use the entire page height and not leave room for the report
footer.  If you use Across then Down, the columns will fill
evenly and the report footer can be printed on the same page
(if there is room).

A different idea that can be used if you do not need the
entire report width for the report footer is to create a top
level group on a constant expression such as =1 and use this
group's footer instead of the report footer.

Signature

Marsh
MVP [MS Access]

John Foster - 20 Dec 2005 17:26 GMT
Marshall didn't really work, for one it put the totals for each group.  I
guess I should have given you more information.  I am using the group footer
to sum everything first, then I put the grand totals in the report footer.  I
am not using the details section at all.

> >I have a multicolumn report that I sum all the information and have place the
> >sum of that into the report Footer for a Grand Total.  Is there anyway to put
[quoted text clipped - 11 lines]
> level group on a constant expression such as =1 and use this
> group's footer instead of the report footer.
Marshall Barton - 20 Dec 2005 23:04 GMT
Not sure which "it" didn't work.  If it was the idea of
using a group footer, then it sounds like you did not create
a new top level group using the expression =1.
Signature

Marsh
MVP [MS Access]

>Marshall didn't really work, for one it put the totals for each group.  I
>guess I should have given you more information.  I am using the group footer
[quoted text clipped - 16 lines]
>> level group on a constant expression such as =1 and use this
>> group's footer instead of the report footer.
John Foster - 21 Dec 2005 13:31 GMT
Marshall the report currently has 4 columns in it, the labels are being
hidden by code, so that I get something like this.

Lbl      Data1    Data2   Data3   Data4
""          ""          ""        ""          ""

THe columns are the length of the whole page.  When I tried to group on -1
and ran the report it asked me for the value of -1(maybe I don't know what
you are asking me to do exactly)  but it ran and did the following.

lbl      Data1   Total   Data2   Total    Data3  Total   Data4 Total.  and
what I would like is

lbl   Data1   Data2   Data3  Data4   Total

If it would help I could send you a copy of the DB and show you what it is
doing.  Please let me know.

> Not sure which "it" didn't work.  If it was the idea of
> using a group footer, then it sounds like you did not create
[quoted text clipped - 19 lines]
> >> level group on a constant expression such as =1 and use this
> >> group's footer instead of the report footer.
Marshall Barton - 21 Dec 2005 17:03 GMT
Oh boy, what you are describing now is completely different
from what I thought you were were asking about before.  Your
original post asked about getting the report footer grand
total on the same page as the last detail.  I.e. I thought
you had:

Data1    Data2   Data3   Data4
   ""          ""        ""          ""
   ""          ""        ""          
   ""          ""        ""        
   ""          ""        ""        
-----------------------------------------
    Grand Total   nnnn

Then I said IF it was acceptable to show the grand total in
the last data column:

Data1    Data2   Data3   Data4
   ""          ""        ""          ""
   ""          ""        ""         ----------  
   ""          ""        ""          nnnn
   ""          ""        ""          

So I am completely lost as to how we got from the original
question to what you now seem to be asking for.  Actually,
for what you now seem to be asking about, I not only don't
see a way to do that, I can see how it would be meaninful in
a report.

As for you being prompted for -1, it's probably because you
didn't set the Sorting and Grouping Field/Expression to =1
as I suggested.
Signature

Marsh
MVP [MS Access]

>Marshall the report currently has 4 columns in it, the labels are being
>hidden by code, so that I get something like this.
[quoted text clipped - 38 lines]
>> >> level group on a constant expression such as =1 and use this
>> >> group's footer instead of the report footer.
 
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.