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?
=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?