Changing Date (1 Viewer)

Petersen

Registered User.
Local time
Today, 11:13
Joined
Jan 31, 2000
Messages
10
I have a report that is run from a query. The query selects records based on a parameter in a date field (between the two dates).

How do I get the dates selected to appear in the title of the report without having to build a print dialog box?

Thank you
 

chrismcbride

Registered User.
Local time
Today, 11:13
Joined
Sep 7, 2000
Messages
301
Step One - Let's say that your Query has a date field with a Criteria that looks like..
BETWEEN [Enter Start Date] AND [Enter End Date]
You go to the Query menu and enter two parameters with the exact names of the two parts of the Between (including the []'s). You also add the date/time data type.
Once this is done you can put two bound text fields on your report that have the same names as the parameters ([]'s again).
That should do it
Chris
 

Users who are viewing this thread

Top Bottom