View Full Version : Showing Start Date and End Date in Report


galegiegerich
03-02-2001, 09:27 AM
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.

pdx_man
03-02-2001, 12:26 PM
Use a form and then reference the date controls on that form.

See http://www.access-programmers.co.uk/ubb/Forum5/HTML/001055.html

varunmathur
03-03-2001, 08:19 AM
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

galegiegerich
03-05-2001, 05:54 PM
Thanks everyone for your help. Got it all figured out.