?Query on Report?

A

Anne8580

I figured out how to prompt on a report for the weekly report date range. Is
there a way to use this information to select these records without having to
go into the query to reenter these dates for the report? I don't want to
have to provide the same information twice.
 
K

KARL DEWEY

Use an unbound form to enter the data.
In the query refer to the form data like this --
[Forms]![YourFormName]![TextBoxName]
 
Top