Code:
Dim CheckDate As Long
CheckDate = DCount("[ACTUALDATE]", "tblDATEOpen", "[ACTUALDATE] = #" & Forms!frmAddIBTData_local!IBTDATE & "#")
txtCheckDate.Value = CheckDate
Code/
The above code keeps returning a '0'...it was working for several weeks and now suddenly stopped...even though...