scottmfitzge
Registered User.
- Local time
- Today, 20:47
- Joined
- Jun 3, 2008
- Messages
- 31
Hi... I have created a report to show a particular date range of data. When i run the report, i am asked for a start date and end date. I have achieved this by adding the following simple expression into the report query underneath the date field:
>=[Start Date] And <=[End Date]
This way i am prompted for the required "Start Date" and "End Date". However, i want to show the start date and end date entered on the top of my report, so the user who views the report can see the date range, as the dates are not shown in the body of the report. I want it to be shown as: "Date Range: 02-06-2009 to 10-06-2009" Is this possible? or even just to get the dates showing...
Thanks for your help
Cheers, Scott
>=[Start Date] And <=[End Date]
This way i am prompted for the required "Start Date" and "End Date". However, i want to show the start date and end date entered on the top of my report, so the user who views the report can see the date range, as the dates are not shown in the body of the report. I want it to be shown as: "Date Range: 02-06-2009 to 10-06-2009" Is this possible? or even just to get the dates showing...

Thanks for your help
Cheers, Scott