How do I copy records from an Access (2000) database table to a MS-SQL (2005) table using VBA code?
The tables in my Access and MS-SQL databases already exist and have identical table structures. I need to copy all the records from my Access database table to the SQL database table.
I'm using ADO to connect to my SQL database table and can do this successfully.
I am new to VBA programming and all help appreciated!!
Many Thanks,
SC
The tables in my Access and MS-SQL databases already exist and have identical table structures. I need to copy all the records from my Access database table to the SQL database table.
I'm using ADO to connect to my SQL database table and can do this successfully.
I am new to VBA programming and all help appreciated!!
Many Thanks,
SC