I have a report that summarizes all the cash receipts for a month. This report is based on a crosstab query. the problem is, if a particular kind of receipt, ie application fee was not a receipt in a given month, then the report bombs out. This happens because I have a textbox whose control source is looking for the field in the crosstab query (which it won't be in the crosstab query because it is zero). I have tried using the Nz function without success. <br>
<br>
Does anyone know how to either have the crosstab include all possible types of receipts (some will have a zero balance) OR set the text box on the report to ignore the fact that the field may not be in the crosstab query?<br>
<br>
Below is an example of one of the text boxes on the report:<br>
=IIf(nz([App fee])>0,[app fee],"" <br>
<br>
Thanks! <p>jgarnick<br><a href=mailto:jgarnick@aol.com>jgarnick@aol.com</a><br><a href= > </a><br>
<br>
Does anyone know how to either have the crosstab include all possible types of receipts (some will have a zero balance) OR set the text box on the report to ignore the fact that the field may not be in the crosstab query?<br>
<br>
Below is an example of one of the text boxes on the report:<br>
=IIf(nz([App fee])>0,[app fee],"" <br>
<br>
Thanks! <p>jgarnick<br><a href=mailto:jgarnick@aol.com>jgarnick@aol.com</a><br><a href= > </a><br>