Summary Operations

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

Guest

Hi

In the report footer, I’m trying to perform a summary operation for my
currency field/for all my currency records, but I can’t find the Summary
Operations dialogue box as stated in my guidebook.

Can anybody please tell me how to find the Summary Operations dialogue box
and/or tell me the expression so that I can create one?
 
View / Sorting and Grouping ??

You can add more headers and footer in the Sorting and Grouping dialog.

If you have a textbox based on a field, say Amount, then put =Sum(Amount) in
the footer. This will perform the summary.
 
Thank You!
--
Thanks,
Eric


[MVP] S.Clark said:
View / Sorting and Grouping ??

You can add more headers and footer in the Sorting and Grouping dialog.

If you have a textbox based on a field, say Amount, then put =Sum(Amount) in
the footer. This will perform the summary.
 
Back
Top