In my query I need to show Oct - Dec as "1 Qtr - 2010" Jan - Mar as "2 Qtr - 2011" etc
The code I am using now gives me 2010 as the fourth quarter.
Here is the code I am using: Qtr: Format$([Dateofaudit],"q"" Qtr - ""yyyy",0,0)
The return is: "1 Qtr - 2011" etc.
I tried adding -1 at the end of the code and in the code but won't work.