How can I show 2 query parameters in a report?

steveflanuk

New member
Local time
Today, 06:37
Joined
Mar 2, 2007
Messages
6
Hi all

I have a query which provides data to a report based on a start and end date input by a user.

Field = Date
Criteria = Between [Enter Start Date] and [Enter End Date]

When I run a report based on this query I get the parameter questions as I would expect, however...;)

...can I provide a report header that gives me the start and end date in the title of the report.

ie. Projects authorised between [start date] and [end date]

Any ideas?

Many thanks in advance
 
Instead of using the criteria like that, use a form to select the dates and reference the controls on the form.
 

Users who are viewing this thread

Back
Top Bottom