?Query on Report?

  • Thread starter Thread starter Anne8580
  • Start date Start date
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.
 
Use an unbound form to enter the data.
In the query refer to the form data like this --
[Forms]![YourFormName]![TextBoxName]
 
Back
Top