I'm trying to determine if there are any records in a table where a particular field has an entry:
Instead it returns the number of records (total in the table.)Code:vCntDetail = DCount("[Tag]", "tbeTagDetails", Len([Reqmnt_Detail]) > 0)
my hunch is that I can't use a function in the dCount() criteria (or at least not in this manner ?)
any thoughts, comments or suggestions will be greatly appreciated in advance,
mark