tylersontag
Registered User.
- Local time
- Today, 11:28
- Joined
- Sep 2, 2009
- Messages
- 19
Hey all, first post here and I have to admit, I'm got getting very far via Google and a 2003 edition of Access VBA Programmer's Reference.
My problem is, I'm migrating data out of the local Access tables into a SQL backend. The data’s all there and the linked tables are pulling correctly but whenever CurrentDB.Execute tries to execute an insert command the tables do not reflect this. No error thrown, just no data inserted.
I tried supplying the argument dbRunAsync but that throws an invalid argument error. I'm seeing I might be able to make up a bunch of queries and use DAO to update, but that would be very intrusive.
Any suggestions?
My problem is, I'm migrating data out of the local Access tables into a SQL backend. The data’s all there and the linked tables are pulling correctly but whenever CurrentDB.Execute tries to execute an insert command the tables do not reflect this. No error thrown, just no data inserted.
I tried supplying the argument dbRunAsync but that throws an invalid argument error. I'm seeing I might be able to make up a bunch of queries and use DAO to update, but that would be very intrusive.
Any suggestions?