Display alpha month using DatePart expression

G

Guest

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


Top