I have a table that has 2 fields called firstname, lastname. It is the master table and all other tables are linked to it by an employeeid.
I have another table called casenotes which I need to add a firstname, lastname field as well. There is already over 400 records in the casenotes table. Which is linked to the master table via the employeeid? I am trying to run a append query to insert the firstname, lastname fields from the master table (employees) to the other table called casenotes. I want the query to insert the firstanme, lastname in the casenotes field that have a corresponding employeeid,
Please help
Thank you
I have another table called casenotes which I need to add a firstname, lastname field as well. There is already over 400 records in the casenotes table. Which is linked to the master table via the employeeid? I am trying to run a append query to insert the firstname, lastname fields from the master table (employees) to the other table called casenotes. I want the query to insert the firstanme, lastname in the casenotes field that have a corresponding employeeid,
Please help
Thank you