Tip of the moment is: DateDiff does not work with W
DateAdd í vinnudögum virkar ekki í Access en lausnin felst í:
See also my article number 12607 for DateAdd
   Function DateDiffW(BegDate, EndDate)
   'DateDiff function virkar ekki
   'Heimild: Q207795
      Const SUNDAY = 1
      Const SATURDAY = 7
      Dim NumWeeks As Integer