Can anyone tell me why this sql won't work?
I'm trying to append to a table using values from a form. this is the code;
Dim strSQL As String
strSQL = "INSERT INTO tblOTStatement (caseNum,officerPK,otSourcePK,hours,date) VALUES (""" & cmboReason & """," & cmboSurname & "," & cmboSource &...