What is the correct syntax for SQL-query in this case?
Qry = " INSERT INTO MyTable (Date,Time, Value ) VALUES ("+ Date+","+Time+",
"'+Val(txtValue.text)+");"
Name - field gets information from textfield (txtValue.Text) , date and time
come from system.
I am using Access database where Value-field datatype is Number.
When I try to do this I get error number 13.