Why would you be copying the Key, Last Name and First Name over to a new table? Normally, you would only copy the key (into a Long Integer field) because with the key you can get the name from the other table. Storing the text of the name fields is redundant and goes against normalization principles.



