I know this is kind of vague, but I'm new to views and am trying to learn what they're capable of.
Let's say I create a view created by complex queries using a combination of tables. If I tried to edit a record in the view, would the view be smart enough to go backwards through the logic which created the view and edit the correct value in the correct table?
Is editing a value even allowed in a view?
Thanks!