flaviooooo
Programmer
Hi,
in a form, I have an input of a month, in the form of a number. On th following report, I'd like to display that number as a month-name.
For example:
input : 3
report -> March
I've tried =format(input,"mmmm"
, but since the input is a number and not a datefield, it keeps giving me January as a result.
Any ideas?
in a form, I have an input of a month, in the form of a number. On th following report, I'd like to display that number as a month-name.
For example:
input : 3
report -> March
I've tried =format(input,"mmmm"
Any ideas?