date range

K

ksimmsa

I have a report in Access based off of a query that has a
date range. I need to have the selected date range to
appear at the header of the report.

Thanks in advance for you help.
 
D

David Gartrell

Make sure that you create two extra fields in your query- one being the
lower limit of your date range and the other the upper limit then simply put
these two dates into a text box in the header of your report
 
Top