R
R. Choate
Using code, I run 2 append queries set up as querydefs in one sub. In my
next sub, I run a SQL which pulls all of the data from the table that just
got loaded by the 2 append queries. However, when I run the subs back to
back, I don't get all the records. The records from the 2nd append query
don't get included. If I run each sub from the VB editor, with a few seconds
between the 1st sub and 2nd sub, it gives me all the records. What can I do
to fix this?
next sub, I run a SQL which pulls all of the data from the table that just
got loaded by the 2 append queries. However, when I run the subs back to
back, I don't get all the records. The records from the 2nd append query
don't get included. If I run each sub from the VB editor, with a few seconds
between the 1st sub and 2nd sub, it gives me all the records. What can I do
to fix this?