You can include the two date parameters ([Enter Begin Date], [Enter End Date]) in the SELECT clause of the query, that way they would be available as fields for the report.
Another way is to use an unbound form to enter the dates and then have the report run from a button on the form. You would have to replace your current date parameters in the query with reference to the form controls. You could also reference the form controls in the report.