Good day,
I have created a report from a query that has two parameters. They represent [Enter Starting Date] and [Enter Ending Date] to make the report quarterly. The parameters are of Date Type. In the report header I included the following in a text box:
="Covering Period Starting" & [Enter Starting Date] & "To" & [Enter Ending Date]
When I run the report, the dates appear differently to each other.
Covering Period Starting 07/01/2010 To 30/09/2010
Any thoughts as to why and how to correct the second date?
Thanks
Bill