As is you want the dates themselves to print out on the report or you want records in the date range to print?
I'll assume records in the date range because that the more complicated of the two. In your query that the report runs off of, your Date criteria should be ' Between #[Forms]![MyForm]![StartDate]# and #[Forms]![MyForm]![EndDate] ' The syntax can be tricky and I don't guarantee I did everythign right, but the Between function is what you want..you can use the code builder to get the references to your date input fields correct.