View Full Version : Auto date label


isoman53
07-03-2004, 11:00 AM
Can anyone tell me if I can add a field to a report which shows the dates entered for a date range parameter for the report. The report is running off a summary query.

racdata
07-04-2004, 08:52 PM
Try this in your Report header

="From: " & [Start Date:] & " To " & [End Date:]

isoman53
07-05-2004, 05:58 PM
racdata....thanks that was just what I needed.