Hi Gerald,
If the field you picked is a datetime and not date, you need to convert it to a date like:
CDate({MyTable.Datefield}) - (DayofWeek (CDate({myTable.Datefield}),crSunday)-1);
Dates and DateTime are different types and you need to be precise with some of the functions.
Hope this helps,
Brian