Hi, Wilder1626.
I believe that "Date" is a reserved word. The syntax looks fine except for the way you're trying to insert the contents of the text field. The line should read
SQL = "INSERT INTO Inventaire (Date) VALUES ('" & txtComposante1.Text & "')"