If you could provide more information about what you have already then my
response might be more constructive.
Presumably you are basing your crosstab on another table or query? Add the
following as an extra field in the query
Quarter: Format([datefield], "q")
It will then classify the dates into 1,2,3 or 4 starting from January. As
said, you can use that new field in the crosstab.
Lisacu said:
Thanks for the reply. Please explain more.
:
Create a query with a new field that classifies the months into quarters and
use that as the source for the crosstab.
:
I need to provide quarterly data based on our fiscal year, not the calendar
year. I am able to create a crosstab query, but don't know how to modify it
for our fiscal year. Thank you