View Full Version : Using Criterion Line for date range. How get info on reports


stoka
03-26-2007, 07:03 AM
I am using a simple " >= [BeginDate:] and <= [EndDate:]" in the criterion section of a query to allow a date range to be selected in the query which is used in a report. How can i get that [BeginDate:] and [EndDate:] info available to print on the report so it shows the actual date range being displayed in the report ? thanks.

rainman89
03-26-2007, 07:36 AM
set a txt box on the report whose recordsource is ....
=[forms].[yourformname].[begindate]
=[forms].[yourformname].[enddate]