La riga non è completa ...Originariamente inviato da karlettogd
sql3 = "INSERT INTO Budget(Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic, IDG ) VALUES " _
& "('" & Replace(TextBox1.Text.Trim, "'", "''") & "'," _
& "'" & Replace(TextBox2.Text.Trim, "'", "''") & "'," _
& "'" & Replace(TextBox4.Text.Trim, "'", "''") & "'," _
& "'" & Replace(TextBox3.Text.Trim, "'", "''") & "'," _
& "'" & Replace(TextBox8.Text.Trim, "'", "''") & "'," _