Quote:
>I've had this problem when adding a new record to a resultset. I've tried
>all kinds of cursors without any success. The only way is to requery the
>resultset after an update.
>sashi
This is a common problem. The record is added at the end of the
resultset and not in key (select) order, depending on the cursortype
chosen.
You should always requery after an add to get the resultset back into
order.
Doug
--
Doug Gibbard,
Lincoln England