Total Value on a report

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

I have a report that displays values in 'Subtotal' field

How do i at the bottom of the report get it to add all all the
subtotal fiels


Thanks
 
Put a textbox in the groupfooter with this expression:

=Sum([Subtotal])

-doodle
 

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

Back
Top