yes date/time data is correct.
I think I have solved it now with
DoCmd.ApplyFilter , Format("[due date]", "mm/dd/yyyy") & "<#" & Format(Date, "mm/dd/yyyy") & "#"
and
Forms![ncr table]![overdues].Value = DCount("[id]", "[ncr table]", Format("[due date]", "mm/dd/yyyy") & "<#" & Format(Date...