From what I can make of your SQL is that You have TableMakeQuery, it errors because you have an extra FROM. It should be something like:
strSQL = "SELECT FirmNumber, NumberofAccounts, EmployeeID, ErrorCodeDescription, ErrorCodesandCorrections , Agreements, TypeofCommunication, Time, OpenedDate "...