Including query dates in report

D

DJ

I have a report based upon a query. The query selects records based upon the
value of a date field using a criteria:

"Between [Type the beginning date:] And [Type the ending date:]"

Is there any way I can collect these dates so they can be output on the
report?
 
D

Duane Hookom

IMO, you should be using controls on forms rather than parameter prompts.
However you can set a text box control source to something like:
="Dates Between " & [Type the beginning date:] & " And " & [Type the ending
date:]
 

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