Looking at the snippet screenshot (below) of a queries design view, I need to add, I think, two expressions to the query that returns the number of records where PCCode = "N" and separately the number of records where PCCode = "R"
I tried this: NofN: Sum([PCCode]=Chr(78)) but I get an error. What's the proper expression to get the counts?
![]()