1👍
I’m guessing your problem appeared after you added a field from another table.
https://msdn.microsoft.com/en-us/library/ms187956.aspx
Paragraph about updatable views is what interests you.
You need a INSTEAD OF trigger to be able to affect multiple tables with a view.
Source:stackexchange.com