B
Bill
Hi All,
I have the need for a from and to date in the header of the report
Fairly common.
But I am computing the start date for accuracy using DateAdd.
The report is always 14 days.
I am trying to format the date as "mmmm dd, yyyy
Here is the syntax I have tried
=DateAdd("d",-13,Format([EndDate],"mmmm dd"", ""yyyy")) & " - " &
Format([EndDate],"mmmm dd"", ""yyyy")
I get 10/1/05 - October 14, 2005
I wanted October 1, 2005 - October 14, 2005
Thanks for your assistance.
Bill
I have the need for a from and to date in the header of the report
Fairly common.
But I am computing the start date for accuracy using DateAdd.
The report is always 14 days.
I am trying to format the date as "mmmm dd, yyyy
Here is the syntax I have tried
=DateAdd("d",-13,Format([EndDate],"mmmm dd"", ""yyyy")) & " - " &
Format([EndDate],"mmmm dd"", ""yyyy")
I get 10/1/05 - October 14, 2005
I wanted October 1, 2005 - October 14, 2005
Thanks for your assistance.
Bill