I'm currently using Access 2010. I'm trying to import new data into school database from excel, but I'm encountering some problems. I received thousands of students' mobile phone number with their student ID. This school database has a "student" table that includes name, student ID, address, enrollment information and home phone number.
The student table already has student ID as primary key so I want to be able to import new data such as mobile phone number into existing table. I received an error message that said "the records you pasted contain primary key values that already exist in the destination table". I don't want to spend time finding students by their ID and inserting new data one by one.
How do I insert new data into student table with existing primary key values? The excel I'm trying to import only has two columns, student ID and mobile phone number. I already set up new empty field called Mobile Phone Number in student database. It didn't work.
Thanks.