Hello All,
I have a cross-tab query which gives me monthly data in a tabular format. In the report which I try to generate from this query, I want to display the name of the month from the month number, for which I use MonthName() function. But somehow in the report it prints out #Error values instead of the name. I dont know whether I am using the function in a wrong way or what? Here is what I do:
In the text field where I want the name of the month, I type
= MonthName([field name])
Can anyone please solve my problem????
I have a cross-tab query which gives me monthly data in a tabular format. In the report which I try to generate from this query, I want to display the name of the month from the month number, for which I use MonthName() function. But somehow in the report it prints out #Error values instead of the name. I dont know whether I am using the function in a wrong way or what? Here is what I do:
In the text field where I want the name of the month, I type
= MonthName([field name])
Can anyone please solve my problem????