I have built a report that has a parameter for a date range. You enter the date range and it displays the data on the report based on that date range. But I also have a subreport that displays the same data for the last 7 days based on the currentdate. What I want to do is be able to run the main report, and the subreport show data based the last 7 days of the date range in the main report. Which means if I run the main report for 3/1/2007 - 3/7/2007 then I want the subreport to pull 7 days prior to 3/1/2007. Is this possible?