I'm trying to sort counts of Visit Dates by month, which works fine using GROUP BY DatePart("m",[VisitDate] along with COUNT ([VisitDate]). The problem is getting a row with zero value for those months with no data. Does anyone have a technique for enumerating the months (maybe an outer join with a table of months--group by each month?)
Thanks for any insight
Thanks for any insight