CIao, ho un problema con questa query e non trovo l'errore:
Database Access 2010 .accdb
Visual Basic 2010
Sono tutti campi di testo all'infuori che LIDG che e' un integer.
Mi da' errore su INSERT INTO ma non capisco dove.
Ringrazio anticipatamente chi mi puo' aiutare.
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, "'", "''") & "'," _