Hi Bharathiraja,
Instead of using a string field to display the month names, use a Date field as the column of the Crosstab.
You can then, highlight the column in the crosstab expert > Options > Options tab > check 'Customize group name field' > click the formula button beside 'formula' and use this code:
Totext({DATE field}, 'MMM yyyy')
-Abhilash