Summary Operations

E

Eric

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?
 
M

[MVP] S.Clark

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

Eric

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