I have an Access file with one data table and several linked (read only) tables from a mainframe database. I run an Append Query to import certain data from the linked tables into my data table. Periodically the data in certain fields in the linked tables will change. I want to refresh my local data to reflect this. So I tried to write an Update Query, but it keeps telling me that "The Operations is not an updatable query". I assume this is because the linked tables are read only even though I am trying to update from the linked tables to my local data table. So I am not trying to modify the read only tables.
Assuming I am correct, what is the best way to accomplish my need to update certain fields in my data table with the information on the linked tables?
Thanks for your help.
Jim
Assuming I am correct, what is the best way to accomplish my need to update certain fields in my data table with the information on the linked tables?
Thanks for your help.
Jim