Thread: Date Format
View Single Post
  #1  
Old May 17th, 2010, 05:59 PM posted to microsoft.public.access.reports
AccessKay
external usenet poster
 
Posts: 106
Default Date Format

I have two things that I’m trying to do in an unbound text box in my report.
I have this =Format([Forms]![frmVariance]![txtMo2],"q""Qtr""yyyy") which
returns “1QTR2010” but I want it to look like “Qtr 1 2010”. I tried this
“Qtr” “q” "yyyy" but Access changed it back to "q""Qtr""yyyy".

I also need the same thing for the previous year’s quarter like “Qtr 1 2009”.

Thanks for the help.