I used this code in my Criteria to pull the dates from the previous week. You'll have to add the rest, but it will by dynamic looking at the current date.
Date()-Weekday(Date())-5 Or Date()-Weekday(Date())-4 Or Date()-Weekday(Date())-3 Or Date()-Weekday(Date())-2 Or Date()-Weekday(Date())-1