Anyone have ideas on how to do this. I need to create a report showing total sales by customer. The Report will only have 2 data columns, total sales in the current year up to date that the user enters in thru a parameter. The other column will have the total sales for the same date range in the previous year. I would prefer to not ask the user a ton of questions in the parameters. I was just hoping to query them ending date say 6/30/2007 and have the report get me data for date ranges 1/1/2006 to 6/30/2006 and another column 1/1/2007 to 6/30/2007. Any ideas? I would like to not hard-code in the 2006 and 2007 also...