C
Cameron
I am working on building a query that would populate a table with the week
starting date and ending date for each week for every month until 2014.
How might I go about doing this?
Example: For Year 2009, week 1 the start date would be January 1, 2009 and
the end date for that week would be January 4th, 2009. Week 2 would be
January 5th, 2009 until January 11th, 2009. What the query would need to do
is ask for start and end dates (January 1, 2008 to January 14, 2014) and then
build the Year, the Week in the year, the start date for that week, and end
date for that week.
Any idea how I would do that?
starting date and ending date for each week for every month until 2014.
How might I go about doing this?
Example: For Year 2009, week 1 the start date would be January 1, 2009 and
the end date for that week would be January 4th, 2009. Week 2 would be
January 5th, 2009 until January 11th, 2009. What the query would need to do
is ask for start and end dates (January 1, 2008 to January 14, 2014) and then
build the Year, the Week in the year, the start date for that week, and end
date for that week.
Any idea how I would do that?