Hello,
My report runs of a query with the parameter for [month]. What I want to do is convert the user input of “1” to January, “2” to Febuary, etc, when the report opens.
The Month field is a text box, within the header of my report.
I have tried setting the control source =IIf([Month]=”7″,”July”,”OTHEr”), but am having no joy.
Can anyone point me in any direction!!
Cheers,
Jonathon