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
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