PDA

Click to See Complete Forum and Search --> : Updating recordset error


waheed
Aug 11th, 2000, 06:44 AM
Hi all

Can anyone help I get the following error when trying 2 delete a record. Even though the record is in the access daatabase

" the specifed row could not be located fro updating : some values ma have been changed since it was last read."


WHat am i doing wrong and how could i get around it?

Thanks

xbaro
Aug 11th, 2000, 07:18 AM
This error normally apears when your recordset is in EOF, BOF or you change some fields without updating the recordset.