Running Sum function in query

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?
 
K

KARL DEWEY

The '*' is used to select all fields. In a totals query (summing) the fields
have to be selected individualy.
 
Top