Forum Moderators: coopster
I have a field in a table "Documents" called "DatePublished" which is a DateTime type.
How can I query that table to produce a list like this:-
December 2006 (3)
November 2006 (2)
July 2006 (1)
where the number in brackets is the number of articles published?
I've tried plugging in a number of different questions into Google to try and get me started in the right direction, but I'd like some clues (not necessarily the whole answer) on how to do it, so at least I can learn as I go! :)