A2003 on Winxp
While I am researching some of the problems I have posted in this forum about aggregate functions in SQL queries, I am noticing something. In regular SQL, it seems you do not need every field in the SELECT clause also go in the GROUPBY clause, but in Access, every field in the SELECT clause MUST also appear in the GROUPBY clauses if the field is not part of an aggregate function, like MAX().
Is this true of Access?
While I am researching some of the problems I have posted in this forum about aggregate functions in SQL queries, I am noticing something. In regular SQL, it seems you do not need every field in the SELECT clause also go in the GROUPBY clause, but in Access, every field in the SELECT clause MUST also appear in the GROUPBY clauses if the field is not part of an aggregate function, like MAX().
Is this true of Access?