W
Wayne-I-M
Hi
I hav a crostab query showing booking per year for ski trips but this is
making problems.
Ski trips need to be shown during the major season dates.
So any thing that has a departure date between August1st and the following
July
31st is that year -
1/11/09 = 2010 as it is after August 1st
2/2/09 = 2009 as it is previous to July 31st
Basically a ski season runs during the winter and anything during that
winter needs to be shown during the major season Jan Feb Mar of that year so
Nov and Dec are classed as the next year
Hope all this makes sense
so can't just use
TripYear: DatePart("yyyy",[tblEvents]![EVTStart])
as there may be a trip during November which would need to be shown as the
following year
any ideas
I hav a crostab query showing booking per year for ski trips but this is
making problems.
Ski trips need to be shown during the major season dates.
So any thing that has a departure date between August1st and the following
July
31st is that year -
1/11/09 = 2010 as it is after August 1st
2/2/09 = 2009 as it is previous to July 31st
Basically a ski season runs during the winter and anything during that
winter needs to be shown during the major season Jan Feb Mar of that year so
Nov and Dec are classed as the next year
Hope all this makes sense
so can't just use
TripYear: DatePart("yyyy",[tblEvents]![EVTStart])
as there may be a trip during November which would need to be shown as the
following year
any ideas