I've managed to sort this now thanks, by changing the format of
Month:format([Date], "mmm") - for the month name, eg Jan, Feb etc
to
Month:format([Date], "mmm yy") - for the month name, so it now reads - Jan 02, Feb 03 etc
This now orders it correctly - Thanks anyway
Leigh