LB: The post states: "if all 3 columns have a zero value."
So check for all three columns having a zero value, not the sum of all 3 being zero.
It may be that there aren't any negative values, I was just trying to be thorough, perhaps with overkill.
Keep in mind that I also try to pass everything to the database for processing, hence I generqally explicitly define things to help with this.
-k