I've slightly modified the Asset Tracking database that comes with Access to track employee "attributes" and employee 'assets'. I am having a problem appending new employee attributes to specific employee data records in my employee table.
Unfortunately, my employee attributes are dribbling in one at a time. One day I'll get SSNs, another, hire date, etc. I can create new lists each time I receive another attribute and import the list into Access. Using a last name, first name match, I've been able to add my unique employee identifier to the new attribute's list. I now want to import that attribute into the appropriate employee table record.
If simply append the data, I get no cross reference to that employees' identifier. In the past I've gone through a set of steps involving multiple queries and ended up creating an entirely new employee list. I'm not comfortable with this process. How can I append the attribute to the appropriate record reflected in the existing employee table?
Unfortunately, my employee attributes are dribbling in one at a time. One day I'll get SSNs, another, hire date, etc. I can create new lists each time I receive another attribute and import the list into Access. Using a last name, first name match, I've been able to add my unique employee identifier to the new attribute's list. I now want to import that attribute into the appropriate employee table record.
If simply append the data, I get no cross reference to that employees' identifier. In the past I've gone through a set of steps involving multiple queries and ended up creating an entirely new employee list. I'm not comfortable with this process. How can I append the attribute to the appropriate record reflected in the existing employee table?