G
google3luo359
Hello,
I hope someone can tell me what would be the most efficient way to
update a table in the following scenario:
A Students table with approximately 700 records needs to be updated
each year.
A new student list comes out in the fall with say, 750 names, student
numbers etc.
How do I update the initial Student table? The new list has the new
students mixed together with the old ones so I can't just add the new
students to the end of the Students table with an append query.
An unmatched query would find the new students, but I don't know how to
throw the results from an unmatched query into the Students table.
TIA Ric
I hope someone can tell me what would be the most efficient way to
update a table in the following scenario:
A Students table with approximately 700 records needs to be updated
each year.
A new student list comes out in the fall with say, 750 names, student
numbers etc.
How do I update the initial Student table? The new list has the new
students mixed together with the old ones so I can't just add the new
students to the end of the Students table with an append query.
An unmatched query would find the new students, but I don't know how to
throw the results from an unmatched query into the Students table.
TIA Ric