A family of Microsoft relational database management systems designed for ease of use.
A more general solution is to use an IIF statement, especially for fields that are not boolean or if you want a value other than SUM such as Count or Average.
= Sum(IIF([MyTestField]=True,[MyFieldToSum],Null))
= Sum(IIF([MyTEXTfield]="Virginia",[MyFieldToSum],Null))
John Spencer Access MVP 2002-2005, 2007-2010 The Hilltop Institute University of Maryland Baltimore County