G
Guest
I have created a chart on a report in Access using the following SELECT
statement.
SELECT (Format([DateMatterServed],"Q 'YY")),Count(*) AS [Count] FROM
[qryAdminChargeChart] GROUP BY (Year([DateMatterServed])*4 + DatePart("q",
[DateMatterServed])-1),(Format([DateMatterServed],"Q 'YY"));
Any ideas on how I can add a "Q" in front of the X axis labels on the chart
so the quarter labels on the X axis will display as "Q1 '04" instead of "1
'04" which Access generates as the label.
I am using Access 2000.
Thanks in advance for your help.
Marie
statement.
SELECT (Format([DateMatterServed],"Q 'YY")),Count(*) AS [Count] FROM
[qryAdminChargeChart] GROUP BY (Year([DateMatterServed])*4 + DatePart("q",
[DateMatterServed])-1),(Format([DateMatterServed],"Q 'YY"));
Any ideas on how I can add a "Q" in front of the X axis labels on the chart
so the quarter labels on the X axis will display as "Q1 '04" instead of "1
'04" which Access generates as the label.
I am using Access 2000.
Thanks in advance for your help.
Marie