Use an additional field just for Fiscal Year --
Fiscal_Year: Format(DateAdd("m", 2, [YourDateField]), "yyyy")

Signature
KARL DEWEY
Build a little - Test a little
> I have several reports that mgmt needs to have totally on our fiscal year;
> not the calendar year. Currently, the report is totally on a week, on a
[quoted text clipped - 3 lines]
>
> Thanks for you help.
Bunky - 11 Jan 2008 17:41 GMT
Karl,
Thanks for responding so quickly. Unfortunately, I must have not explained
the problem enough or I don't understand your response.
These reports are using the 'Sorting and Grouping' feature to create breaks
and totals where they should be happening. The report is fed a 'Week Ending
Date' and on the Group On function we select Week, Month, or Year.
Where would I put your solution?
Thanks
> Use an additional field just for Fiscal Year --
> Fiscal_Year: Format(DateAdd("m", 2, [YourDateField]), "yyyy")
[quoted text clipped - 6 lines]
> >
> > Thanks for you help.
KARL DEWEY - 11 Jan 2008 18:20 GMT
You would put my post as a new field in the query design view grid. I take
the actual calendar date and converts it to a Fiscal Year for sorting and
groupting.

Signature
KARL DEWEY
Build a little - Test a little
> Karl,
> Thanks for responding so quickly. Unfortunately, I must have not explained
[quoted text clipped - 18 lines]
> > >
> > > Thanks for you help.
Bunky - 11 Jan 2008 19:25 GMT
YOU ARE ABSOLUTELY AWESOME!!!!!
Works like a champ! Thanks so much!
> You would put my post as a new field in the query design view grid. I take
> the actual calendar date and converts it to a Fiscal Year for sorting and
[quoted text clipped - 22 lines]
> > > >
> > > > Thanks for you help.