That happens when you create a query in the query designer, then switch to SQL view. Usually doesn't hurt anything if you want to edit the SQL and remove the "extra parentheses".
Code:SELECT TableGroup.GroupName AS EmptyGroupFROM TableGroup GROUP BY TableGroup.GroupName HAVING Sum([Administrator]) = 0;