Hi,
Can anyone assist with a formula which will give me dates based on what week number it is? (CR 2008)
I am able to get the week number using
DatePart ("ww", currentdate)
What I need is to have the date range from the Monday to the Saturday for the previous week. So if last week is week number 29, I get the dates 11/7/2011 to 16/7/2011.
I want to be able to get the data for the previous year based on the week number. So week number 29 LAST YEAR gives me the dates 12/7/2010 to 17/7/2010.
I have a main report with a subreport for the previous years' data.
Your help would be greatly appreciated
Can anyone assist with a formula which will give me dates based on what week number it is? (CR 2008)
I am able to get the week number using
DatePart ("ww", currentdate)
What I need is to have the date range from the Monday to the Saturday for the previous week. So if last week is week number 29, I get the dates 11/7/2011 to 16/7/2011.
I want to be able to get the data for the previous year based on the week number. So week number 29 LAST YEAR gives me the dates 12/7/2010 to 17/7/2010.
I have a main report with a subreport for the previous years' data.
Your help would be greatly appreciated