If the query is the data source for the form, you just have to enter a bound box that says the exact same phrase as used in the parameter query. The info will flow without the user having to enter it twice. For instance, on some of mine, I put this in a bound text box in the header:
="Between " & [Enter Test Start Date] & " and " & [Enter the test End Date]
Hope that helps.