DCount in Report

R

ravi

You could create a query and have a calculated field in
there.
primExpr1: iif(Primary=yes,1,0)

save this a query1

now base you dcount on the above query

=dcount("primExpr1", "query1")

You could do most of your calculations in the query and it
is better to base your reports on the query add any
sorting required in the query.

good luck
ravi
 
Top