M
Mark
Hi,
I am trying to generate a report where one of the fields
is a number that the User enters on a form to represent
the month (1 for January, etc.). The field is setup as a
number in the table and I want the month number converted
to the month name, but when I run the report I
get, "#Error". I've tried using the following line of code
(and some variations) to display the month name on the
report:
=Format(DateSerial(2000,[iMONTH],1),"mmmm")
Does anyone have any suggestions as to what I can do to
convert the month number to the month name. Thanks!
Mark
I am trying to generate a report where one of the fields
is a number that the User enters on a form to represent
the month (1 for January, etc.). The field is setup as a
number in the table and I want the month number converted
to the month name, but when I run the report I
get, "#Error". I've tried using the following line of code
(and some variations) to display the month name on the
report:
=Format(DateSerial(2000,[iMONTH],1),"mmmm")
Does anyone have any suggestions as to what I can do to
convert the month number to the month name. Thanks!
Mark