N
Newbie
I have a combo that is filled with 1 to 12 to represent months when running
a report.
I would like the title of the report to have the corresponding month ie.
Jan, Feb etc that corresponds to the number in the combo.
Is this possible with out using a select case is statement
eg
select case combo1
case is = "1"
month = "Jan"
End select
a report.
I would like the title of the report to have the corresponding month ie.
Jan, Feb etc that corresponds to the number in the combo.
Is this possible with out using a select case is statement
eg
select case combo1
case is = "1"
month = "Jan"
End select