Hi,
I am writing a small helpdesk utility and wish to report the number of calls resolved within seven days. The code below works great but I'd like to be able calculate the first day as monday. e.g, show all calls resolved from last monday
anyone help me please?
Code:if DateDiff("d",ors.fields("ResolvedDate"),now)<=7 then resolvedin = resolvedin + 1 end if




Reply With Quote