View Full Version : Showing Month Names in a Report


galegiegerich
03-02-2001, 09:19 AM
I designed a report that groups by month. When I run a report for a full year I want to show the name of the month above each section. Using the datepart function only gives me the number for the month (i,e. 1=jan, 2=feb, etc.) I want the actual name of the month to show on my report at the start of each section. How can I do this.
Thanks for your help.

pdx_man
03-02-2001, 12:24 PM
Don't use the datepart function, just change the format propery for that field's control to:

"mmmm"

That will display your month as, say, January

galegiegerich
03-05-2001, 05:45 PM
Thanks for all your help. Works great!