What do you mean when you say the query "...will not work in Access"?
I tried a similar query (since I don't have your database) on the sample Northwind database, e.g.
Code:
SELECT OrderDate FROM Orders GROUP BY OrderDate
and it gives me the result I would expect...
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com