Display alpha month using DatePart expression

R

Richard G.@ navy

I am trying to Display the Month in the heading of a report. Is there anyway
to use the DatePart expression to make the task easier than writing a case
statement? I tried using "mmmm", but I could not get it working. Any
suggestions?
 
R

Rick Brandt

KARL said:
Format("mmmm",[YourDateField])

Richard G.@ navy said:
I am trying to Display the Month in the heading of a report. Is
there anyway to use the DatePart expression to make the task easier
than writing a case statement? I tried using "mmmm", but I could
not get it working. Any suggestions?

Actually that would be...

Format([YourDateField], "mmmm")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Need some PWA help 0
Auto Merge text from multiple sources 0
DatePart Expression 1
Week Number 2
Extract current month 1
Running Total using a Query 4
Cross tab - complex IIF 2
DatePart Difficulties 2

Top