I've googled here for over an hour trying to find an answer to this question, so if this has been answered, please let me know. I just can't find out how to best proceed. Need some help after trying to find out the answer myself.
I'm using a tool I created as a workaround to using the daily excel list handed out. This means my daily data import normally deletes and creates a new table. I have to update the primary key and format 2-3 things correctly in table design view.
Now that I'm wanting to have a relationship defined to keep two tables in sync with referential integrity, I'm running into the problem that I can't delete records that have a relationship. So I'm trying to use an update query instead of a make table query as before.
Question
Can I use the update query to update ALL columns, all rows, in the entire table from my linked excel sheet, without MANUALLY SPECIFYING EVERY TARGET RECORD?? ( I've got it working with 2 columns, but this will be a pain to type out every single record to update. I'd like to update the entire table with a click)
Can I use a delete query to then properly clean up any removed records after the update is completed?