I have a query that returns a count for the number of occurences for all choices in a particular field. However, if the choice's count is zero, it is not returned. How can I get the query to also display the choices tha have zero occurences? Am I making any sense? For example, in field1 is a lookup field with choices of A, B, C or D. I have a query that tells me that there are 3 records with A, 2 with B and 1 with C. D has zero so it doesn't show up in the query, but I need it to. Can I do it? 
