Pass Parameter Values to Report Fields

YNWA

Registered User.
Local time
Today, 08:45
Joined
Jun 2, 2009
Messages
905
Hi,

I have a report that is based on a query.

The query has two fields. Start and End Dates.

When I run the query the Parameter box asks for the dates by using <[Date1] and >[Date2]

What I want is to have 2 fields at the top of the report, that display the values I enter in these boxes?

Any help?
 
As long as you use the exact same text, you can include them in text boxes.

="From : " & [date1]
 

Users who are viewing this thread

Back
Top Bottom