Hi all,
I have a query that generates quarterly values using:. This displays Quarter 1, Quarter2, and so on but not the year that the quarter is a part of. For my query, the Criteria isQuarters: IIf(Month([Datev]) In (1,2,3),"Quarter 1",IIf(Month([Datev]) In (4,5,6),"Quarter 2",IIf(Month([Datev]) In (7,8,9),"Quarter 3","Quarter 4"))). How can I display this to look like, say: Quarter 1 - 2007 or Q1-07?Between #1/1/2007# And #12/1/2007#
Thank you biggie-big!
EDIT: I have created a crosspost here.
Last edited by Mordred; 06-30-2011 at 09:52 AM.
Please leave a message after the beep!
Here is what I have been guided to from this site:
and it works beautifully!Qtr: "Q" & Format([Datev],"q-yyyy")
Please leave a message after the beep!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks