Ok, My [month] field is text, so I can't use DatePart() on it, and i can't change the data type because that will break other things.
That means, I think, that I'm going to have to
a - reinvent the wheel with a bunch of code saying, in essence, Feb = 2, March = 3, etc.
b - break the other...