I have two tables (T1 and T2, say). I update records in T1 using recordset (ADO). Then (immediately) I do a "INSERT INTO T2 SELECT....blah" query (ADOdb.Command), basically copying the updated records from T1 to T2.
However...There seems to be a delay between "After the recordset update statement is finished" and "The new data showing up in the SELECT section of the INSERT query"....
I seem to have to "pause/wait" a few seconds before the new data is showing up. Why is that?
(database is just an Access MDB file).
Any help would be great!
However...There seems to be a delay between "After the recordset update statement is finished" and "The new data showing up in the SELECT section of the INSERT query"....
I seem to have to "pause/wait" a few seconds before the new data is showing up. Why is that?
(database is just an Access MDB file).
Any help would be great!