OK,
I have a table that I want to update and a table with the new values for the field I want to update.
Basically I have a table with one record for each state. One field in that table is “Category”. The category for each record is “Net Collections”. For each net collections there is a corresponding “Totals” field.
What I want to do is link my “New Values” table to my main table via the “State” field, then update the records in my main table from the totals field in my “New Values” table, but when I try to do the Access says: “Operation must use an updateable query”. Why is this not updateable? Actually I don’t care about that question as much as I do: How can I get this update to work?
Thanks,
Gary
I have a table that I want to update and a table with the new values for the field I want to update.
Basically I have a table with one record for each state. One field in that table is “Category”. The category for each record is “Net Collections”. For each net collections there is a corresponding “Totals” field.
What I want to do is link my “New Values” table to my main table via the “State” field, then update the records in my main table from the totals field in my “New Values” table, but when I try to do the Access says: “Operation must use an updateable query”. Why is this not updateable? Actually I don’t care about that question as much as I do: How can I get this update to work?
Thanks,
Gary