Good Evening - I have a report which contains meter counts for machines listed by machine number and shift. This is based on a query that prompts for a date range. The report lists at the top a total meter count by shift, only 2 lines, then the grand total of that. Next is a subreport which has a pivot chart (bar) listing meter counts by machine by shift. The top total counts and the pivot chart are run off the same query. When I run the report, I get prompted twice for the date range (start date, end date), since I am doing two separate operations off the query. I need to fix this so the user only gets prompted for the date range once when running the report. But my issue is that on the report I have a Print button and an Email button. After the report runs, and I click either to print the report or email it as an attachment, I get prompted again for the dates. I can't see why doing either of these functions causes a prompt for the start and stop dates, when the report has already run. And, if I don't supply the dates, nothing prints on the report or the email attachment of the report is blank. Any insight into this would be very much appreciared. Thank You.