Simply add a control to your report header with a control source like this:
= "Between " & [Enter Start Date:] & " And " & [Enter end Date:]
--
Steve Arbaugh
ACG Soft
http://ourworld.compuserve.com/homepages/attac-cg
I have a report that is based on a Query with a date range in the criteria
of one field. How can I get the date range of the query to print in the
header of the report?
The Query condition is
Between [Enter Start Date:] And [Enter end Date:]
with the result of say... 1/1/04.... 3/31/04
I would like my report to state: Failure Report for period between 1/1/04
and 3/31/04.
Thanks
Mack Neff