E
Eric Stephens
I have a report based on a query that has the following function:
Cash_For_Per: IIf([Cash_For_Period]=0,Null,[Cash_For_Period])
I've done this so that the report will not be cluttered with zero values,
and more easily bring attention to non-zero values. Only problem is, if all
the values of this function within a particular section are null, the total
in the section footer is also blank, but I WOULD like to see "0.00" in the
footer if the TOTAL is in fact zero. Any idea on how to NOT show zero values
in the detail but DO show a zero total in the footer?
Thanks!
Cash_For_Per: IIf([Cash_For_Period]=0,Null,[Cash_For_Period])
I've done this so that the report will not be cluttered with zero values,
and more easily bring attention to non-zero values. Only problem is, if all
the values of this function within a particular section are null, the total
in the section footer is also blank, but I WOULD like to see "0.00" in the
footer if the TOTAL is in fact zero. Any idea on how to NOT show zero values
in the detail but DO show a zero total in the footer?
Thanks!