In my database, I’ve linked to an Excel spreadsheet that has the names, payroll ID numbers and SSNs for most of our employees. This particular spreadsheet, however, has some blanks–the list of names is incomplete, and some records are missing either payroll ID or SSN or both. We’ve located another Excel file that has ALL the missing information, but the name field has just a single field for the name (example: SMITH AB). In Excel, I’ve parsed that field into three: Last name, first name, middle initial. Here’s what I’d like to do next:
1. Merge the two lists so as to fill in the missing data. Where a name in my current linked spreadsheet (table) has a name but no SSN or payroll ID, I’d like to insert the missing information.
2. Names that do not appear on my existing linked table would be added. Of course, I’ll probably have to fix the NameFirst records manually, but that shouldn’t be too difficult.
How can I do this?