A family of Microsoft relational database management systems designed for ease of use.
Do you have match primary keys? Does your Excel table have a LastUpdated column?
I think I would import the Excel table into a temporary table in Access that has the same primary key. You could then create an update query. You could also create an append query that LEFT or RIGHT joins the two tables so you get all the records from the imported table.