Sum of every page

  • Thread starter Thread starter Reva
  • Start date Start date
R

Reva

I have a multi page report which includes a field to calculate the
[Qty]*[Rate]. I would like to have a sum shown at the bottom of each page
and a grand total at the end of the report. Can anyone suggest how to sum
the [ExtendedCost] at the end of each page?
 
I have a multi page report which includes a field to calculate the
[Qty]*[Rate]. I would like to have a sum shown at the bottom of each page
and a grand total at the end of the report. Can anyone suggest how to sum
the [ExtendedCost] at the end of each page?

See Microsoft Knowledge Base article:

132017 "How to sum a column of numbers in a report by page."
 
The article you referred to is not specific to Access 2007; the language for
the code is slightly different and although I tried substituting using the
current language I still cannot get the sum for each page. Any other
suggestions?

fredg said:
I have a multi page report which includes a field to calculate the
[Qty]*[Rate]. I would like to have a sum shown at the bottom of each page
and a grand total at the end of the report. Can anyone suggest how to sum
the [ExtendedCost] at the end of each page?

See Microsoft Knowledge Base article:

132017 "How to sum a column of numbers in a report by page."
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
.
 
Back
Top