zero in query count

A

andrew

Hello all!
I have a query to count how many records meet a certain
specification, which is then routed to a form. (The count
is set to count the number of primary keys.)

How do i get it to return zero if there are no applicable
records?

Thanks!
Andrew
 
K

Ken Snell [MVP]

Perhaps using DCount function instead of the query will work better for you.
 
Top