Thanks for the reply. Tried that, same error message:
"Wrong number of arguments used with function in query expression"
SQL below, Access put in the extra () around [Number], not my doing.
TRANSFORM Count(Nz([Number],0)) AS [Incident Count]
SELECT QryNewData2.[Pass/Fail]
FROM (QryNewData2...