J
JRS
I am tryimng to run tjhis query and it is not doing what I want it to do. I
have types and I want a count by type for the month of jan, feb, mar, etc.
so I would expect to see jan with 5 types amd a count of each. I hope that
makes sense. Can you tell what is the matter? thanks
also the date came over in the import as 2/3/2008 5:11:28 PM so in design
view on the format line I did a mmm dd to get Mar 08.
SELECT Count(KANSAS.[+Log Date]) AS [CountOf+Log Date], KANSAS.[+Log Date],
KANSAS.Type
FROM KANSAS
GROUP BY KANSAS.[+Log Date], KANSAS.Type;
have types and I want a count by type for the month of jan, feb, mar, etc.
so I would expect to see jan with 5 types amd a count of each. I hope that
makes sense. Can you tell what is the matter? thanks
also the date came over in the import as 2/3/2008 5:11:28 PM so in design
view on the format line I did a mmm dd to get Mar 08.
SELECT Count(KANSAS.[+Log Date]) AS [CountOf+Log Date], KANSAS.[+Log Date],
KANSAS.Type
FROM KANSAS
GROUP BY KANSAS.[+Log Date], KANSAS.Type;