G
Guest
Help. I need to return the top records (based on highest Count) by
day....any suggestions? This is what I have so far:
SELECT Date1, Field2, Count([ID])
FROM Table1
GROUP BY Date1, Field2
ORDER BY Date1, Count([ID]) DESC
day....any suggestions? This is what I have so far:
SELECT Date1, Field2, Count([ID])
FROM Table1
GROUP BY Date1, Field2
ORDER BY Date1, Count([ID]) DESC