Page Total in Access 97

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to total a field by page in Access 97. Can I do this?
=Sum([OrderPrice]) results in #error. Moving the control to
the report footer gives me a total.

Thanks in advance.
 
I need to total a field by page in Access 97. Can I do this?
=Sum([OrderPrice]) results in #error. Moving the control to
the report footer gives me a total.

Thanks in advance.

See Microsoft KnowledgeBase article:
132017 "How to sum a column of numbers in a report by page"
 
Back
Top