| |
JoaTMoN
Posts: 1
Score: 0
Joined: 5/28/2004
From: USA
Status: offline
|
I am working on a project using VBScript that is accessing 2 Access db's. My problem is that I am not sure how to append the data from one database to the other. In Access, a querry statement like the following works: INSERT INTO tblProjects IN 'FILELOCATION\DATABASENAME.mdb' SELECT TABLENAME.* FROM TABLENAME; Can someone help point me in the right direction to to convert that sql statement using ADO. Thanks for any input. Hey, Programmers can do anything...as long as they have the right resources!
|
|