How do I create sums when I have no groups?

Z

ZBC

I do not have any grouping in the report, just sorting.
I just want three sums at the bottom of about 35 records.
I have not used running sum before and am not sure if it will work
either ... my first attempts at tying it did not !

Bob
 
D

Duane Hookom

Without more information, I can only suggest using a text box in the report
footer with a control source like:
=Sum([FieldA])
Running sum has value in specific instances but should be required here. If
you need sums based on groups than you should provide some sample records
and desired results.
 
Z

ZBC

I may have been doing something wrong, but I could not get the
=Sum([FieldA]) to work until I created a false group?
 
D

Duane Hookom

You may have attempted to place the text box in the page footer rather than
the report footer.

--
Duane Hookom
MS Access MVP


ZBC said:
I may have been doing something wrong, but I could not get the
=Sum([FieldA]) to work until I created a false group?

Duane said:
Without more information, I can only suggest using a text box in the report
footer with a control source like:
=Sum([FieldA])
Running sum has value in specific instances but should be required here. If
you need sums based on groups than you should provide some sample records
and desired results.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top