Totaling up a column of numbers

A

ArthurRW

I used to be able to create an expression to total numbers in a column to
appear in a second column I don't remember how I did it but I can still do it
in MS Works, not that it helps me with access. The best I can do is copy the
values in the first column into the second, or add horizontally, not what I
want to do. I want to add the numbers in a field, not the record
 
D

Duane Hookom

You can add a text box to a report or group footer and set its control source
to something like:
=Sum([YourNumericFieldName])
 

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