Add fiscal year to report using crosstab

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

I am using a cross from November 2008 to October 2009 with the fiscal year as
2009 in a report. The crosstab I am using works but I am unable to generate a
FY in the report heading. How would one add this to the report?
 
You will need an expression in the query that generates the 2009 for the Nov
and Dec dates, e.g.:

FY: Year(DateAdd("m", -2, [YourDateField]))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Fiscal YTD Filter 7
reporting date in fiscal qtr's 7
Column headings in a crosstab query 2
using part of date 3
How do I set the fiscal year? 2
Queries & Fiscal weeks 7
fiscal year 6
Create an input form 4

Back
Top