Hi
Have got this code but cannot get it to work. Has anyone have any idea why! It cannot find the input table dbCentralFulfillment!
Dim dbs As Database
Set dbs = OpenDatabase("C:\Documents and Settings\ithompson\Desktop\XeroxCentralDataBase.mdb")
dbs.Execute ("INSERT INTO tblFulfillment " _
& "SELECT * " _
& "FROM dbCentralFulfillment")
dbs.Close
Have got this code but cannot get it to work. Has anyone have any idea why! It cannot find the input table dbCentralFulfillment!
Dim dbs As Database
Set dbs = OpenDatabase("C:\Documents and Settings\ithompson\Desktop\XeroxCentralDataBase.mdb")
dbs.Execute ("INSERT INTO tblFulfillment " _
& "SELECT * " _
& "FROM dbCentralFulfillment")
dbs.Close