Running Sum function in query

  • Thread starter Thread starter CC
  • Start date Start date
C

CC

I'm trying to run a sum function in a query and when I click Run it gives me
an error because the table has an *. What does this mean and how do I
correct this?
 
The '*' is used to select all fields. In a totals query (summing) the fields
have to be selected individualy.
 

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