Anita,

You should be able to edit your data with a client side cursor. However, if your record source is comprised of joined tables, then there will be some problems with updating and deleting when using a client side cursor. Apparently there is not enough "key information" for the database provider to complete updates when using a client cursor. If your record source is a single table, then you should be OK.

I wish I could speak more authoritatively on the subject or at least direct you to some documentation, but I've searched high and low for some without much success.

Gerald M.