Saving select query input

J

Jen

Hi Bob,

Assuming you're using a parameter query, then on the
report itself you can use an unbound text box to
accomplish this.
Your criteria probably looks something like this:
Between [Please enter a Beginning Date:] and [Please enter
an End Date:]

Then add a textbox control to your report and set it's
ControlSource property to:

="BETWEEN " & [Please enter a Beginning Date:] & " AND " &
[Please enter an end date:]

Regards,
Jen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top