Max number of fields in query

W

wwaiter

I have a many fields in my query. When I run this query,
how I get the following error message: "To many group by
clause in this query." I have 137 fields all together.



Ifs ther a maximum number of fields I can have in a query?
 
R

Rick Brandt

wwaiter said:
I have a many fields in my query. When I run this query,
how I get the following error message: "To many group by
clause in this query." I have 137 fields all together.



Ifs ther a maximum number of fields I can have in a query?

Turn off the View Totals. The limit on how many fields can be "Grouped By" is lower
than how many you can have in a normal Select query.
 

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