I have a report that uses the current date. It formats fine but I want the entire month spelled out like:
November 01, 2003
I've tried
long date but that puts in the day of the week which I don't want
I've tried
=Format(Date(),"mmm d yyyy")
But that only spells out Nov
Thanks
Lhuffst
November 01, 2003
I've tried
long date but that puts in the day of the week which I don't want
I've tried
=Format(Date(),"mmm d yyyy")
But that only spells out Nov
Thanks
Lhuffst