Good night, Guys!
I'm trying unsuccessfully to make a "SQL Insert Into" works. I got a message saying "insert into syntax error".
That's the statement:
What supposed to be wrong?![]()
strSQL = "INSERT INTO [tblcadprocesso$] " & _ "(CODIGOC, CSRD, CPROCNUM, CPROCASS, CDATA) " & _ "VALUES " & codcad & ", " & txtSRD.Text & ", " & txtProcesso.Text & ", " & _ "" & txtAssunto.Text & ", " & txtData.Text & ""
Thanks for your attention!
Bookmarks