calculating total into a report

V

vassilis

hello...
does anybody know if i can calculate a grand total into a report which is
coming from calculated items ? or i need to store first all these values ?
thanks
 
M

Marshall Barton

vassilis said:
does anybody know if i can calculate a grand total into a report which is
coming from calculated items ? or i need to store first all these values ?


Add a text box (named txtRunsomething) next to the
calculated text box. Set it's control source expression to
=calculatedtextbox and its RunningSum property to Over All.

The report footer text box can then display the grand total
by using the expression =txtRunsomething
 

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