If you are summing for the entire report, create a text box in the report
footer to hold the sum of the column. The Control source of the text box
should be Sum([ColumnTextBoxName])
[ColumnTextBoxName] should be the name of the text box that has the values
you want to sum.
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.