How do I display calendar month by name, not number

  • Thread starter Thread starter Chet in Colorado
  • Start date Start date
Depending on your version of Access, you could probably use the MonthName()
function. You could also use an expression like:
=Format(DateSerial(2000,[Month Field],1),"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

Back
Top