Good morning, I'll try to describe this in 3 parts:
Part 1: I have 2 linked tables that are my source for a query that I am creating for the purpose of being able to create a new field name (by parsing off some characters). Works fine, in my new saved query I have the field name I need.
Part 2: Now I am joining that query to a table in my local database by the new field name from the query, to the same field name in the local table.
Part 3: I am also bringing in a linked table that is my destination, which contains a field I need to update from my previous joins above. When I run this as a select query, I get the correct set of records. I have even had it run successfully before.
However, yesterday when trying to run this update query I am getting the error 3073 Operation must use an updateable query.
Can someone please help me get past this? I really don't understand why it would have worked a few times, but not work now.
Part 1: I have 2 linked tables that are my source for a query that I am creating for the purpose of being able to create a new field name (by parsing off some characters). Works fine, in my new saved query I have the field name I need.
Part 2: Now I am joining that query to a table in my local database by the new field name from the query, to the same field name in the local table.
Part 3: I am also bringing in a linked table that is my destination, which contains a field I need to update from my previous joins above. When I run this as a select query, I get the correct set of records. I have even had it run successfully before.
However, yesterday when trying to run this update query I am getting the error 3073 Operation must use an updateable query.
Can someone please help me get past this? I really don't understand why it would have worked a few times, but not work now.
Comment