Dcount - Recordsource

E

Eric

Does anyone knows whether it is possible
to use the recordsource of a report as the criteria
in the DCount function?

Thanks.
 
D

Douglas J. Steele

No, it's not.

DCount (and all of the other domain functions) only accept the name of a
table or query as the 2nd argument.
 
Top