Is it even possible to programatically change the criteria and resend a report? At present if I want to run a report for every month of the year, (not summarize, but a detailed report for each month in sequence) then I have to manually change my time period and click the command button to run the report for each month individually. What I would like to do is have two control boxes, one for the start month, and one for the end month, and click my command button, and have the code look at the two months/years and run the report for each month between, and including those two dates, and send them sequentially to the printer. I'm not certain this is possible, since I would somehow need to programatically change the current parameter values between each run of the same report, and so far have had no luck doing so.
Kyle
Kyle