Hi I wanna insert that in my table
strSQL4 = "INSERT INTO Date850([Date], [IdEngagementA], [Depense]) " & _
"VALUES ('X','" & lst2.Value & "','" & txt2.Value & "') ;"
The first value, X, is suppose to be the date of the day.
Is there a way to get the date on the computer and insert it in the database with an insert like mine?
What should be the inputmask of the date date in the database? I used the short date one
strSQL4 = "INSERT INTO Date850([Date], [IdEngagementA], [Depense]) " & _
"VALUES ('X','" & lst2.Value & "','" & txt2.Value & "') ;"
The first value, X, is suppose to be the date of the day.
Is there a way to get the date on the computer and insert it in the database with an insert like mine?
What should be the inputmask of the date date in the database? I used the short date one