I have an Access 2007 database query and I want to create a temporary table in a SQL 2008 database.
I know I need to connect to the server and database, I know I need my recordset from the query, and I need to use an Insert Into statement.
I can find bits and pieces of code but nothing complete to do what I want to do.
Does anyone have any ideas or sample code you can point me to please?
I know I need to connect to the server and database, I know I need my recordset from the query, and I need to use an Insert Into statement.
I can find bits and pieces of code but nothing complete to do what I want to do.
Does anyone have any ideas or sample code you can point me to please?