Thank you both for your help - a combination worked.
It errored out with vbMonday so had to use "1", also it did not like Format in the weekly expression:
DCount("*","[tblDocumentLog]","Int([DateCreated])>= #" & (Date()-Weekday(Date(),1)+1) & "#")Opposite to this, the monthly would only work...