Hi,
It seems to me that [Receive_Date] is assumed to be a field in the report. If it isn't, you should put there a name of a field from the report.
'Month' too, is from the function 'Len(Month & '')', and assumed to be a field in the report. (BTW, why concatenate an empty string to a string?)...