I'm trying to update an MS Access database in Excel VBA using an ADO Recordset
object. When I fire the rs.Update
method, I would like the following code to wait until the database has been updated before executing.
It appears the database takes 3-5 seconds to register the update method. How can I delay the subsequent code from executing before this takes place?