Convert a number into the Month

  • Thread starter Thread starter Tom K via AccessMonster.com
  • Start date Start date
T

Tom K via AccessMonster.com

How can I convert a number (1 to 12) into a Month (January, February, ect)?
 
Use the MonthName function -- from the Immediate Window:

?MonthName(1)
January
 

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