Errors happen with totals

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I needed two totals at the bottoms of two columns in a report, so I followed
the instructions from the posting "Total in a Report". I modified the form
that the report is based on, and put two text boxes in the footer section. It
worked great when I totalled the first column, but when I tried to do the
same thing for the second column, BOTH columns reported an error in the total
box.

One column is item dollar amt, the second column is the number of items. For
each column, I used:

=sum(["column name"])

for the control source. it worked fine when I did the dollar amt column, but
both columns errored out when I did the item number column. What could be
wrong?
 

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