how do I total a column in access i only get "0"

J

John Vinson

On Mon, 11 Jul 2005 23:28:02 -0700, jrmerriwa

(It's considered polite to put your question in the text area, not
just the subject; and to include enough explanation that someone might
have a chance of answering).

A Totals query will total data; you can also use a textbox in the
Footer of a Form or Report with a control source

=Sum([fieldname])

I have no idea how you're trying to do the total, so I cannot tell
what you might be doing wrong; if you'ld care to explain, we should be
able to fix it.

John W. Vinson[MVP]
 
J

John Vinson

Thank you, I will. I do so frequently already.

If you have a question about SUM, please post it as a question in the
text area, not just the subject line.

John W. Vinson[MVP]
 
R

Randy Harris

John Vinson said:
Thank you, I will. I do so frequently already.

If you have a question about SUM, please post it as a question in the
text area, not just the subject line.

John W. Vinson[MVP]


That wasn't a question. It was an answer. There was no text in the body of
the post to quote.
 

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