Why would you not just use the "AND()" function to select the records you want? - like this:
Code:
AND(
    FIND("cylinder",{Description},1)<>0,
    FIND("new rod",{Description},1)<>0
   )
_________________________
Andrew Bates