Sorry for the late reply as I was out of town.
Here's the sql code for my crosstab
PARAMETERS [[Forms]!Metrics![StartDate]] DateTime, [[Forms]!Metrics![EndDate]] DateTime;
TRANSFORM Count(tblA.StudyID) AS [# of all Metrics]
SELECT Year([A_Date]) AS [A_Year], Month([A_Date]) AS MonthName...