gabber4858
Technical User
Hi everyone! I have been trying to wrap my head around this, but have not had any luck. I started with 2 tables, table 1 is names to look up and table 2 is the company directory (20K records).
I have now created a 3rd table called nickNames and have the common nick names for people. Ex: Thomas Tom Tommy.
I want to compare the first names of the Company Directory and add new records with the respective alternate names if they are found in my nickName table.
I can then use a compare query with the lookUp table against the new company list and get the employeeID and computer name, etc for users accounts that used a nick name instead of their proper name.
My head is exploiding, this is probably easy, but I have to have it by the end of the week.
Thank you in advance for any suggestions.
I have now created a 3rd table called nickNames and have the common nick names for people. Ex: Thomas Tom Tommy.
I want to compare the first names of the Company Directory and add new records with the respective alternate names if they are found in my nickName table.
I can then use a compare query with the lookUp table against the new company list and get the employeeID and computer name, etc for users accounts that used a nick name instead of their proper name.
My head is exploiding, this is probably easy, but I have to have it by the end of the week.
Thank you in advance for any suggestions.