I'm using a query to try to count the number of records in another query that have a value of zero.
But, when I try to run the query, I get a message that the expression is too complex to be evaluated.
NumZero: Count(IIf([Quantity Scrapped]= 0,0))
This doesn't seem that complex to me. What...