I have a crosstab query one field has three options "Negative","Postive" and "Pending". The problem is on my report I need to show the total of "positive" but if there are no records with a "positive" then the field doesn't exist in the query and I can't show the result as zero on my report. Example: If there are no "positives" My results are Total Records, Total of Pending and Total of Negative but there is no field for "positives" that would be OK if on my report I could show zero in the positive field. If could format my report to recognize there is no field "positive" I could populate a text box to zero. If there is a "positive field then display the result of that field.