Sub LoadToDB()
Dim rs As ADODB.Recordset
Dim strSQL As String
Dim conn As ADODB.Connection
.
.
Set conn = New ADODB.Connection
.
For ii = 1 To 10000
If Len(myRange(ii, colAction)) > 0 Then
.
.
...
Hi
For starters I am working from excel and controlling an Access 2007 database. I am trying to use an INSERT with an rs.execute command to add data into a table in one db into a table in another db.
My problem is that I have two insert queries one right after another (header info and then...
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.