• All,

    I was able to resolve this issue using this code:

    = DatePart("ww",Fields!duedate.Value,IIF(year(Fields!duedate.Value) > 2010,vbSunday,vbSaturday))

    This provided the week number and I was able to go from there.