If you would like to not print out 0's in your Database Report when the
contents of a field is 0 a formula must be used.
=IF(ISBLANK(FIELD 1)," ",FIELD 1)
This formula should be used in the Record Detail line of your Show Defintion on
the Database Report. Insert your own field names for FIELD 1.
NOTE: Apple Computer Inc. is not responsible for the contents of this
article.