HI Kent;
Suggestion: Try it in reverse ....
Long ll_max
ll_max = dw_1.RowCount()
For i = ll_max to 1 STEP -1
....
if expression then
dw_1.DeleteRow(i)
end if
Next
HTH
Regards ... Chris
HI Kent;
Suggestion: Try it in reverse ....
Long ll_max
ll_max = dw_1.RowCount()
For i = ll_max to 1 STEP -1
....
if expression then
dw_1.DeleteRow(i)
end if
Next
HTH
Regards ... Chris