I currently have an unnormalized table that consists of individuals (employee profiles) which currently has a field for attachments. I am using the "attachments" for photographs of each employee however I dont want to maintain photographs for former employees, or if I do not forever. I was told to normalize the table by removing the "attachment" field and placing it in a new table with referene to the employeeID. Since I currently have something like 200+ records where I want to relocate the employee picture, i tried to create a make table query off the origional table and only referencing the employeeid and "attachment" to the new table however I keep getting an error when running the query. The error indicates something to the affect of having multiple values.
Anyone have any reccomendations that might help me transfer these photographs to a new table without having to do it one at a time?
Respectfully,
David
PS: Thank you in advance for any help you may be able to provide. I created this database before I knew everything necessary and then after going to a class, I discovered I didnt normalize the database enough.
Anyone have any reccomendations that might help me transfer these photographs to a new table without having to do it one at a time?
Respectfully,
David
PS: Thank you in advance for any help you may be able to provide. I created this database before I knew everything necessary and then after going to a class, I discovered I didnt normalize the database enough.