I have a SQL statement that executes and I also get an error saying that there is something wrong with the insert statement. I know it has to do with the variable I am using as one of the values to insert.
strAddCountTable = "INSERT INTO (FYQtrYear,FacilityID,FacilityCode,Fail,Pass,Measure) "...