More than likely its because I forgot the hard coded Quotes
StrSQL3 = "Select * From EnrollmentInformationTable WHERE EnrollmentInformationTable.EmployeeSSN = " & chr(34) & [Forms]![updateform]![temp] & chr(34) & " AND EnrollmentInformationTable.EmployeeLastName = " & chr(34) &...