Hello, I am trying to update a table based of Excel spreadsheets that are sent to me daily. The data on the Excel spreadsheet has a Unique ID that corresponds with the Unique ID in the Access table. The problem that I run into is that if the Unique ID already exists in the Access Table then Access will ignore it. What I would like is for Access to overwrite all of the other fields of the Unique ID record for ones that exist and Add records for the Unique ID's that are not already in Access. I have read quite a bit about update queries and using two tables but I cannot seem to get anywhere with it. If there is any examples or suggestions you can refer to me I would appreciate it. Thank you.