Ciao a tutti,
ho un problema nell'Insert into con dao. La mia istruzione è:
codice:
Set db = OpenDatabase(App.Path & "\Lostileè.mdb")
''Inserimento nel DataBase
sql = "Insert into OrdiniCli(DataOrd,Datacons,Cliente,Tessuton,Colletto,Polsino,Taschino,Iniziali,Note) values ('" & txtdata.Text & "','" & txtdatacons.Text & "','" & cmbNome.Text & "','" & txttess1.Text & "','" & txtcoll1.Text & "','" & txtpol1.Text & "','" & txttasc1.Text & "','" & txtiniz1.Text & "','" & txtnota1.Text & "')"
db.Execute (sql)
qual'è il problema secondo voi?
Grazie Sara