totally confused
strSQL = "insert into position (dd,shift,kact,pact,ktar,ptar,refhead) " & _
"values (" & dd & "," & shift & "," & kact & "," & pact & "," & ktar & "," & ptar & "," & idhead & ");"
ale_db.Execute strSQL
Hi!
I have almost the same problem with my insert into code...