Hi,
I am running an update query via ADO, followed shortly afterwards by a select query, and since ADO is asyncronous, the select is picking up the old values rather than the new ones set by the update query.
How do I deal with it so that the first update command does not return control to the VBA code until it has completed?
Cheers
I am running an update query via ADO, followed shortly afterwards by a select query, and since ADO is asyncronous, the select is picking up the old values rather than the new ones set by the update query.
How do I deal with it so that the first update command does not return control to the VBA code until it has completed?
Cheers