Just to throw out an alternative that avoids extra formulas, you can use the format property of the textbox to hide zeros. If you look in help, there are actually 4 sections to the property: the formats for positive, negative, zero, and null values. Setting the third argument to "" would suppress the zero.