I have a Report that needs to present the Data in the following format:
Jan Feb Mar Q1 Apr May Jun Q2 ....
Approved 1 1 2 1 1
Level 0 3 3 2 2
Level 1 2 1 3 1 1
If I use a crosstab query as the source I lose the months that do not have any data. I've tried using the DCount Function but I don't get anything close to what should be there. I'm Using Dcount([ID Field],"ReportSourceQuery",Month([Date Field])=1 (2,3 Depending on which month) And I'm getting the Grand Total of the report seems Randomly throughtout the report. Anybody have an idea how I can accomplish this report. I've already spent several days and am getting nowhere.
Thanks for any assistance.
Jan Feb Mar Q1 Apr May Jun Q2 ....
Approved 1 1 2 1 1
Level 0 3 3 2 2
Level 1 2 1 3 1 1
If I use a crosstab query as the source I lose the months that do not have any data. I've tried using the DCount Function but I don't get anything close to what should be there. I'm Using Dcount([ID Field],"ReportSourceQuery",Month([Date Field])=1 (2,3 Depending on which month) And I'm getting the Grand Total of the report seems Randomly throughtout the report. Anybody have an idea how I can accomplish this report. I've already spent several days and am getting nowhere.
Thanks for any assistance.