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.
 
Back
Top