Alternative to GROUP BY ALL (sql server) in Access

  • Thread starter Thread starter sandokan
  • Start date Start date
S

sandokan

I'm trying to use a GROUP BY ALL function in an access database migrate
from sql server. Is there any alternative to the GROUP BY ALL function
in access??
 
As far as I know, you have to list each field in Access SQL - That is there
is no equivalent to Group By All.
 
Back
Top