To push the Oct, Nov, and Dec values into the following year, add 3 months
to the date, e.g.:
Year(DateAdd("m",3, [InvoiceDate]))
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Steve" <(E-Mail Removed)> wrote in message
news:42BD9864-A802-4FBF-A2AE-(E-Mail Removed)...
>I need to run a report based on a fiscal year beginning in October showing
> quarters by their number (1-4). How do I set Access 2000 so the fiscal
> year
> begins in October instead of January? Thanks.