Page Total in Access 97

A

Anne

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.
 
F

fredg

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"
 
Top