Enclose your existing record selection formula in braces and use the code I posted with an 'AND'. E.g:
WhileReadingRecords;
Numbervar x := x+1;
(
Your Existing Record Selection Formula here
)
AND
x <= 100
-Abhilash
Enclose your existing record selection formula in braces and use the code I posted with an 'AND'. E.g:
WhileReadingRecords;
Numbervar x := x+1;
(
Your Existing Record Selection Formula here
)
AND
x <= 100
-Abhilash