Hello,
I know this is a really stupid question, and is almost definately a FANTASTICALLY easy to solve problem, but I can't figure it out!
I have a list of students, with all of their details (dob, names, registration groups etc.). This needs to be kept updated - and I receive regular updates in the form of CSV files, with all the information that table contains in it.
Several other tables and queries depend on the data in this table. Each student is identified with a unique StudentID.
I need to give the db this new csv (that may or may not have any changes in it), and have the db update my table with deleted students, changed names and new students.
How do I do this?!?
Thank you in advance!
I know this is a really stupid question, and is almost definately a FANTASTICALLY easy to solve problem, but I can't figure it out!
I have a list of students, with all of their details (dob, names, registration groups etc.). This needs to be kept updated - and I receive regular updates in the form of CSV files, with all the information that table contains in it.
Several other tables and queries depend on the data in this table. Each student is identified with a unique StudentID.
I need to give the db this new csv (that may or may not have any changes in it), and have the db update my table with deleted students, changed names and new students.
How do I do this?!?
Thank you in advance!