What I have is something like the following:
Contact Name Payment Type 1 Payment Type 2
What the boss wants done is to total each column (ie - all of Payment Type
1) and have the total appear below the appropriate column (you already
helped
me with this and I am all set with it). Then he wants to total for each
Contact Name the Payment Type 1 and Payment Type 2 amounts and have that
total appear to the right of the Payment Type 2 column for each Contact
Name
given.
I have experimented and tried putting the same type of unbound box that
totals each column in the Details section of the report and what it does
is
give me the total for the two column totals as opposed to each row on the
report.
Please let me know if I am unclear in any way and I will try to clarify.
Duane Hookom said:
"calculate rows with the total to the right" could mean a lot of
different
things that would require me to guess. I prefer to not guess. Can you
provide some sample records and desired display in the report?
If you have a need to sum fields/columns across a single record rather
than
summing a single field across records, you should explain why you have
your
table structured in a way that requires this.
--
Duane Hookom
MS Access MVP
Okay, got that going right finally, thank you so much! Now, can you
tell
me,
is it possible to calculate rows with the total to the right? Or can I
do
it
right in the table so that I can include it in a report?
:
I think you want to use the Report Footer. To create Group Footers,
you
must
use the Sorting and Grouping dialog.
--
Duane Hookom
MS Access MVP
Yes, it is the page footer. That is where I thought it should go.
How
do
I
find the group footers?
:
What do you mean by "the footer"? There are Report, Page, and Group
Footers.
I expect you might have chosen the Page footer which will not work.
--
Duane Hookom
MS Access MVP
I have created a report that I need to put the grand total at the
bottom
of
for two of the columns. What I have done is put two unbound text
boxes
in
the footer aligned under the columns I need to sum. In the
control
source
for each of these boxes I have typed =Sum([Amount Payment Type
1])
in
one
and
=Sum([Amount Payment Type 2]) in the other (the fields the
numbers
are
being
pulled from have the same exact name). When I view the report in
layout
view
I do not see the total of the column above, but #Error instead.
What
did
I
do wrong?