Ok, I'm pretty new to this stuff - but I need a bit of help.
Here is my query so far:
SELECT Collars.Date, Count(Collars.Date) AS [CountofDate]
FROM Collars
GROUP BY Collars.Date
HAVING max(countofdate);
Hold on, maybe I've got it wrong.
What I want to do is, select the maximum number of jobs...
Ok, I'm pretty new to this stuff - but I need a bit of help.
Here is my query so far:
SELECT Collars.Date, Count(Collars.Date) AS [CountofDate]
FROM Collars
GROUP BY Collars.Date
HAVING max(countofdate);
But, it comes up with a 'Enter Parameter Value' box. I sort of get what its doing - it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.