akashbest@gmail.com
New Member
I am trying to import data from a SQL Server Table to MS Access Table. Could any help me on can I get it done?
I am using ADODB Connection and Select Into (from SQL Server to MS Access DB) query to perform this task. The VBA Code is written in MS Access Database.
[SELECT *
INTO new_table_name [IN externaldatabase]
FROM old_tablename]
I am using ADODB Connection and Select Into (from SQL Server to MS Access DB) query to perform this task. The VBA Code is written in MS Access Database.
[SELECT *
INTO new_table_name [IN externaldatabase]
FROM old_tablename]