Please Try the Following Query it works for you...
Dim Db1 As DAO.Database
Set Db1 = OpenDatabase("C:\apple.mdb")
Db1.Execute "Select * INTO [TableName] From [TableName] IN 'C:\banana.mdb'"
Thanks
Sreekanth
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.