Isaac
Lifelong Learner
- Local time
- Today, 12:40
- Joined
- Mar 14, 2017
- Messages
- 11,111
I have linked a sharepoint list. It has a field MissingDataPoints, which is a formula of essentially the mathematic addition of other fields, like field1+field2+field3 (about 9 fields). Works fine on Sharepoint.
However, it only works for new items. So I have linked the sharepoint list to an Access database, along with a linked Excel spreadsheet (where I have a list of the ID's, along with a backfill of all of the MissingDataPoints values that I want sharepoint to reflect).
When joining my Sharepoint linked table, and my Backfill table on the ID, and trying to run an update query to update Sharepoint.MissingDataItems, to Backfill.MissingDataItems, I get this message: "You cannot update this field because the value you're trying to apply is not valid or would break a data integrity rule. Please correct and try again".
Is this basically saying that I cannot update the sharepoint list field, period, because that field is a formula? Is there a way around it? I am trying to do a one time backfill of some information.
However, it only works for new items. So I have linked the sharepoint list to an Access database, along with a linked Excel spreadsheet (where I have a list of the ID's, along with a backfill of all of the MissingDataPoints values that I want sharepoint to reflect).
When joining my Sharepoint linked table, and my Backfill table on the ID, and trying to run an update query to update Sharepoint.MissingDataItems, to Backfill.MissingDataItems, I get this message: "You cannot update this field because the value you're trying to apply is not valid or would break a data integrity rule. Please correct and try again".
Is this basically saying that I cannot update the sharepoint list field, period, because that field is a formula? Is there a way around it? I am trying to do a one time backfill of some information.