PDA

Click to See Complete Forum and Search --> : Add New Record (ADO)


Chris Wallace
Mar 7th, 2000, 09:49 PM
Please Help,

I am adding a new record to a recordset and then using the update method to commit the record. The problem is getting the recordset to point to the record which was added. How do I move to this record after issueing the update command.

Thanks for any help

Chris

Clunietp
Mar 8th, 2000, 12:33 PM
You could probably use a bookmark, or you can store the Primary Key field, update, then query again for the same primary key field. That won't work if your primary key is an autonumber and you are adding the record though...