J
Jay
I'm slowly getting to grips with SQL by forcing myself to write all my
queries diret in sql view.
One thing keeps cropping up. I keep getting a message 'You tried to execute
a query that does not include the specified expression 'tblName.FieldName'
as part of an aggregate function.'
This seems to be when I try to ORDER BY a field that I haven't GROUPed BY.
Do all ORDER BY fields have to be included in the GROUP BY clause?
Apologies if this is a stupid question,
Many thanks,
Jason
queries diret in sql view.
One thing keeps cropping up. I keep getting a message 'You tried to execute
a query that does not include the specified expression 'tblName.FieldName'
as part of an aggregate function.'
This seems to be when I try to ORDER BY a field that I haven't GROUPed BY.
Do all ORDER BY fields have to be included in the GROUP BY clause?
Apologies if this is a stupid question,
Many thanks,
Jason