Hi,
I am using the following code in a text box control source:
="Monthly Report - " & DateAdd("m",-1,Format$(Date(),"mmmm yyyy"))
This currently reads: Monthly Report - 01/04/2005
However, I want it to read: Monthly Report - April 2005
I have tried every bit of formatting that I know!
Any ideas?
Thanks in advance
Lee
I am using the following code in a text box control source:
="Monthly Report - " & DateAdd("m",-1,Format$(Date(),"mmmm yyyy"))
This currently reads: Monthly Report - 01/04/2005
However, I want it to read: Monthly Report - April 2005
I have tried every bit of formatting that I know!
Any ideas?
Thanks in advance
Lee