T
turks67 via AccessMonster.com
How can I create a crosstab query that shows fiscal year from October to
September on a report?
September on a report?
How can I create a crosstab query that shows fiscal year from October to
September on a report?
= DateSerial([Forms]![YourForm]![Desired FY], -2, 1) AND < DateSerial([Forms]![YourForm]![Desired FY], 10, 1)
This is how the standard properties are for a normal crosstab query using
months as headers.
"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"
Leave your query the same just change the output columns.
select properties for the query and adjust the headings to suit your
requirements
To :-
"Oct","Nov","Dec","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep"