A
AL
Hi,
I have a MS Access application which includes a module to insert records
into the tables. The following code:
Docmd.Runsql "iinsert into table A select * from table B....."
Docmd.Runsql "delete from table B....."
Sometimes (but not always), I found that some records are missing in table
B, I cannot find those records in table A too....Is it possible that the
delete statement commit before the insert statement?? If so, how to get rid
of this??
thanks in advance!
I have a MS Access application which includes a module to insert records
into the tables. The following code:
Docmd.Runsql "iinsert into table A select * from table B....."
Docmd.Runsql "delete from table B....."
Sometimes (but not always), I found that some records are missing in table
B, I cannot find those records in table A too....Is it possible that the
delete statement commit before the insert statement?? If so, how to get rid
of this??
thanks in advance!