In a report I need to change a month number to a month name.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been trying to put in the ControlSource field the value:

=Format([BirthdayMonth],"mmm")

where BirthdayMonth is the number of a month and I want to get out the name
of the month. That expression has an invalid syntax.

I have also tried

=MonthName([BirthdayMonth])

but this has a circular reference. What am I missing?
 

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