Hi all,
I seem to get this error 3134 when the command button is pressed. Its only a part of some code written by Allan Brown.
I can get all the other code to work but this part.
strSql = "INSERT INTO table1(invoicenumber,acs) " & _
"IN ""C:\integritydb\integritydb.mdb "" " & _
"SELECT invoicenumber, acs, FROM tblinvoicesarch WHERE (acs=True);"
db.Execute strSql, dbFailOnError
I have checked the tables etc, they are all correct, but just don't know why.
Any help would be appreciated.
Ken
I seem to get this error 3134 when the command button is pressed. Its only a part of some code written by Allan Brown.
I can get all the other code to work but this part.
strSql = "INSERT INTO table1(invoicenumber,acs) " & _
"IN ""C:\integritydb\integritydb.mdb "" " & _
"SELECT invoicenumber, acs, FROM tblinvoicesarch WHERE (acs=True);"
db.Execute strSql, dbFailOnError
I have checked the tables etc, they are all correct, but just don't know why.
Any help would be appreciated.
Ken