Thank you both for your replys. Stanley, I did incorporate a that into the script somewhat. What the script does is does searches for open orders that have not shipped yet and then pastes the results for each product in a "Open Order Summary" page. The problem was, if there was a result of 0, I would get the no records found message popping up and it would then affect the rest of the script. Then, when I put the Error Capture line in the script, it was continuing like I wanted it to, however, if the result was 0, it would not copy and paste "0", instead, it would paste the last positive number it copied. I probably made it sound much more confusing that it is, but basiclly, I now have it set up as "If [Get(FoundCount)=0] Set Field [field name;"0"].
Anyway, thanks for your help.