This is probably pretty simple and I know when I see the answer it's going to seem obvious to me but I just can't seem to figure it out.
I've written out a DCount function to count all the records in a table that are not null in one specific field. Can't figure out how to write out the criteria.
Here's what I've got:
=DCount("[txtLenderCode]","tblMain","[txtDateComp] is not null")
Suggestions??
I've written out a DCount function to count all the records in a table that are not null in one specific field. Can't figure out how to write out the criteria.
Here's what I've got:
=DCount("[txtLenderCode]","tblMain","[txtDateComp] is not null")
Suggestions??