I'm trying to insert new row into Access database in
vb.net. My insert into statement is like this where strjobno(string type) comes from textbox.
"insert into MasterJobT(job#,jobstartdate,projectedcompletionda te) values ('" & strJobNo & "',#01/10/2002#,#01/10/2002#)"
when I execute query it gine me 'Syntax error INSET INTO' statement.
How to solve this problem? Do u guys see any syntax error in there?
Thanks