Hi All, I am at a loss as to why my section of code is returning a Syntax Error INSERT INTO runtime error 3134?
Dim strSQLHistory As String
strSQLHistory = "INSERT INTO TblPrimaryDataHistory (PrimaryDataID, DateTime, HistoryNote, HistoryOutcome)"
strSQLHistory = strSQLHistory & "...