> Thanks Buddy, I think I forgot second Fetch and Scroll is needed I > think because this is happening in a form.
SCROLL is not necessary unless you are using anything other than (the default) NEXT in any of your FETCH statements. The cursor established by DECLARE CURSOR is completely separate from the cursor underlying the form you are using for editing (that cursor is not accessible using the WHERE CURRENT OF syntax, although it would be nice if it were!). -- Larry
