S
Simon
On my report i have a field with with the following code
="From " & [Startdate] & " to " & [enddate]
which dispays the following
But i would like it to dispay it in the following formate
If any one could help me that would be great
Thanks
="From " & [Startdate] & " to " & [enddate]
which dispays the following
From 13/03/07 to 19/04/07
But i would like it to dispay it in the following formate
From Friday 13 April 2007 to Thursday 19th April
If any one could help me that would be great
Thanks