I am getting the above error from the following code and I a not understanding why.
fileWriter.WriteLine( _
record.strFirstName & "," & record.strLastName & "," & _
record.strStudentId & "," & record.strCourseName & "," & _
record.strGrade)