hsingh1981
Programmer
Hi all i get an error msg in my vb.net 2003. can anyone see problem with my sql statement?
regards
farouq
Code:
sql = "INSERT INTO T_AnnualLeave (StaffID, LeaveStart, LeaveEnd, Notes, LeaveDays) "
sql = sql + "VALUES('" & staffid & "',#" & startdate & "#, #" & enddate & "# , '" & notes & "', '" & days & "')"
farouq