Mabye using a right join with a table of months?
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail:
http://cerbermail.com/?QugbLEWINF
"Impecunious" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm trying to query a count of transactions by month, regardless of
> whether any transaction activity occurred during the month.
> Consequently, I don't want to simply group by date and count the
> instances of some other record property, because if there weren't any
> transactions in June 2006 then this month won't show up in my results.
> I'd prefer to see June with either a zero or null value for the count.
>
> Is it possible to create a series of say, the past 12 month-ends,
> without getting into a big nasty sysdate chain? In addition, where
> would these dates come "from" - is there a dual equivalent in MS
> Access?
>
> Thanks in advance.
>