Using Criterion Line for date range. How get info on reports

stoka

Getting Better
Local time
Today, 14:00
Joined
Jan 22, 2007
Messages
23
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.
 
set a txt box on the report whose recordsource is ....
=[forms].[yourformname].[begindate]
=[forms].[yourformname].[enddate]
 

Users who are viewing this thread

Back
Top Bottom