A annette Feb 23, 2004 #1 I would like to count records in particular fields ignoring those with null values. Help please!!!
A Allen Browne Feb 23, 2004 #2 Ignoring nulls is the default for counting: =DCount("MyField", "MyTable")