I cannot get the DCount function to work as advertised?

M

Men's Ministry

I have a report with a group header and footer that is grouping my report
correctly. Within this group, I have a field I want to count. I can count the
total number of entries in this field (a year field that contains data such
as 2002, 2003, 2004, 2005). Now I need to count only those records that are
2005. I have tried changing the field in the table from number to text and
using the DCount but still doesn't work. Thanks.
 
D

Douglas J Steele

It would help to know what you've tried (i.e.: show us your code), as well
as details about what's wrong (Are you getting the wrong count or are you
getting an error? If an error, what's the error?)
 
Top