I need to SUM the detail section in the Page footer.... please help!

  • Thread starter Thread starter Kelvin Beaton
  • Start date Start date
K

Kelvin Beaton

I have a text box with the formula "=Sum([UnitPrice])+[ShippingCost]" and it
works fine in the Report Footer, but I really want it in the Page Footer.

[ShippingCost] is in the Page Footer
[UnitPrice] is in the Detail

Using MS Access 2003

What does it take to make this work in the Page Footer?

Thanks

Kelvin
 
Kelvin,
Please Google Group search on
"public.access" page footer calculation
You'll find many solutions listed there.
 
I have a text box with the formula "=Sum([UnitPrice])+[ShippingCost]" and it
works fine in the Report Footer, but I really want it in the Page Footer.

[ShippingCost] is in the Page Footer
[UnitPrice] is in the Detail

Using MS Access 2003

What does it take to make this work in the Page Footer?

Thanks

Kelvin

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