I'm attempting to summarize a report that was based on a query (qryDate) using the DCount function but I can't seem to get it to work correctly. First I'd like to count the number of incidents [Incident ID] so this is what I thought of:
=DCount("[Incident ID]","qryDate")
but for some reason I...