D
Del
I'm trying to count missing dates in the [CalDue] field of the table tblCal.
It seems that the following code should work but it always yields a zero
count.
DCount("[CalDue]", "tblCal", "IsNull([CalDue])")
It seems that the following code should work but it always yields a zero
count.
DCount("[CalDue]", "tblCal", "IsNull([CalDue])")