• I, too, am getting #Error when running my report. I'm trying to get the name of the month and year to display in my header. The year part works, but somehow the MonthName function is not working.

    =MonthName(Parameters!DateBegin.Value)

    Is there a diff function I should be using?

    thx.