aggregated function

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

Guest

What does this mean?

You tired to execute a query that does not include the specific expression "
" as part of an aggregated function.

Thanks
Chey
 
Try Compact & Repair your database.

If it doesn't work, please post relevant Table details and the SQL String of
your Query.
 
Chey:

It sounds like you have query where an expression used in the query is
neither in a GROUP BY clause nor is the operand of an aggregation operator
such as SUM, MAX etc.

If you post the SQL of the query here we can probably be of more assistance.

Ken Sheridan
Stafford, England
 
Back
Top