Counting records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to count the number of null records in a query and I would also like
to display the number on a form. I am having problems because of the nulls
and the count function. Can someone put me in the right direction?

Many thanks!!!!
 
\V/ Thanks! Peace Out
--
Bruce DiPaola


Ofer said:
Try

=Dcount("*","[QueryName]","[FieldName] Is Null")

--
\\// Live Long and Prosper \\//
BS"D


Bruce D. said:
I need to count the number of null records in a query and I would also like
to display the number on a form. I am having problems because of the nulls
and the count function. Can someone put me in the right direction?

Many thanks!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top