Microsoft Access Reports

  • Thread starter Thread starter Guest
  • Start date Start date
Mike said:
How do I add up numbers in a column in Microsoft Access Report?


Add a text box to the REPORT footer section and set its
control source expression to:

=Sum(nameoffieldtoaddup)

where the name of the field to add up is a field in the
report's record source table/query. It can not be the name
of a control in the report.
 

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