A
Acie
Looking for some advice.
I'm using VB6 with Access 2007.
Basically, I'm creating a table called user1_table within the code, then I
have an insert statement that stores data into this table. After the program
is done, it drops the table. When the program is run again, it creates the
table, and so forth.
Now, this program works fine the first time, and then it gives me the
Run-time error of '-2147217865(80040e37)' at the point of execution the
insert table query. BUt if i tell it to run from there (debug mode), then it
runs fine.
when the error occurs , I check to make sure the table has been created and
it is.
Any ideas?
Acie
I'm using VB6 with Access 2007.
Basically, I'm creating a table called user1_table within the code, then I
have an insert statement that stores data into this table. After the program
is done, it drops the table. When the program is run again, it creates the
table, and so forth.
Now, this program works fine the first time, and then it gives me the
Run-time error of '-2147217865(80040e37)' at the point of execution the
insert table query. BUt if i tell it to run from there (debug mode), then it
runs fine.
when the error occurs , I check to make sure the table has been created and
it is.
Any ideas?
Acie