I would like to create an export query that writes from one Access database to another and overwrites the information needs to get updated. The only way I know to do this is to go into the appended tables of the second database, delete the data that needs to be updated, and then run the append query from the first database to update the information. Can I have the append query overwrite the updated information somehow? I can't just overwrite the whole table either, because there is good information in the appended tables that should stay there.