G
Guest
I'm trying to change the format of a calculated date in a report. It looks
like this:
="Respond to this notice by " & [BLDate]+14 &"."
The field [BLDate] is formatted as mmmm dd", "yyyy in the table. I want the
calculated date above to have this format as well. The problem is it shows
up as "Respond to this notice by 2/1/06."
How do I format this calculated date to show as mmmm dd", "yyyy?
Any help will be appreciated.
Thanks!
like this:
="Respond to this notice by " & [BLDate]+14 &"."
The field [BLDate] is formatted as mmmm dd", "yyyy in the table. I want the
calculated date above to have this format as well. The problem is it shows
up as "Respond to this notice by 2/1/06."
How do I format this calculated date to show as mmmm dd", "yyyy?
Any help will be appreciated.
Thanks!