• so using...

    DatePart("mm", GETDATE()) == 1 ? "012" : "0" + (DT_WSTR,30)(DatePart("mm", GETDATE()) - 1)

    doesn't work?

    (added the minus one at the end).

    Steve.