PrevWeekStartDate
Given the input date, returns the date of the first day of the previous
week. This function is equivalent to the expression
DateAdd("d", -7, WeekStartDate(Now(), 'vbSunday'))
.
Syntax
PrevWeekStartDate(Date, [vbWeekStartDayConst])