Hi,
Here's a hopefully easy one to solve, except I cant figure it out, of course!
In my query, I have a list of records returned along with their respective week numbers. How can I query it to bring me the last seventeen week numbers worth of data, so that it crosses years if necessary? See example below.
Wk Year
08 2008
07 2008
06 2008
05 2008
04 2008
03 2008
02 2008
01 2008
52 2007
51 2007
50 2007
49 2007
etc . . .
In the above example, I want a user to enter Wk 08 and for the query to return 17 weeks of data.
Any ideas?
Here's a hopefully easy one to solve, except I cant figure it out, of course!
In my query, I have a list of records returned along with their respective week numbers. How can I query it to bring me the last seventeen week numbers worth of data, so that it crosses years if necessary? See example below.
Wk Year
08 2008
07 2008
06 2008
05 2008
04 2008
03 2008
02 2008
01 2008
52 2007
51 2007
50 2007
49 2007
etc . . .
In the above example, I want a user to enter Wk 08 and for the query to return 17 weeks of data.
Any ideas?