Hi I have an INSERT INTO SQL that keeps on retuning an Syntax error in Insert Into. I cant seam to see where the error is, can anyone Help.
This is my SQL.
Dim DesignSQL As String = "INSERT INTO Design_tbl (CustmrID,[User],Builder,Model,Type) values ('" & _
CustID & "', '" & username & "', '" & CmbBuilder.Text & "', '" & _
cmbModel.Text & "','" & cmbType.Text & "') "
Thanks