i use the format function to display month, here is the code below:
Format(MthInput, "mmmm")
however, whatever MthInput value is used say 1,2,3...
the month display will always either be december or january why is this so?
i want it to be 1 -> january
2 -> feburary
:
:
12 -> december
did i use the format function correctly?
Format(MthInput, "mmmm")
however, whatever MthInput value is used say 1,2,3...
the month display will always either be december or january why is this so?
i want it to be 1 -> january
2 -> feburary
:
:
12 -> december
did i use the format function correctly?