Showing Start Date and End Date in Report

galegiegerich

New member
Local time
Today, 04:32
Joined
Mar 2, 2001
Messages
5
I have a report that is based on a query that asks for start date and end date. What do I do to show this info on my report? Thanks for your help.
 
Place two text boxes in the header of your report, Rt click the first, in properties-Record source use the expression builder to give it the address of the form text box from which the query is picking up the starting date, do the same for the End date.
OR place addln fields in the query the first the starting date the second the end date and the use these in the report.
It should work
Varun
 

Users who are viewing this thread

Back
Top Bottom