SELECT Count(IIF(SomeField='something',1,Null)) as CountSomething
FROM YourTable
OR Use the DCount function
DCount("*","YourTable","SomeField = 'Something'")
John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County