A quick way of deciding whether any of a set of values is greater than zero is:
Code:
IF (A+B+C+D)>0 THEN...

which will be "TRUE" if any of the values are greater than zero (assuming none can be negative).
_________________________
Andrew Bates