A better solution is to create a temporary QueryDef to execute, the you don't have to worry about dizzeing qoutes and date delimiters.
With CurrentDb.CreateQueryDef("", "INSERT INTO GoodJobNotesQuery " & _
"(StudentID,GJNotes,Team,LastName,FirstName) " & _...