I think I left my brain on vacation!!! Here’s the situationI have a database that is updated on a bi-weekly basis. I created a query that makes a master of all the files imported. I have 4 files that are imported. Some of the data will need to be modified manually and the other data will come in when I run the imports and then the make table query. My question is this: How do I keep access from overwriting the data that I manually updated when I run the query? Should I create an Append query and not write the data if the primary key is the same? However, if the data changed in another system, I want the most recent update of all files. Should I create an update query? Maybe I should create a union of the two tables and then extract the most recently updated record? HOW??
I know there is a way but I am having a hard time figuring it out this morning. Any and all suggestions will be GREATLY appreciated!!!
Thanks,
DGP