Trouble updating a view through Forms
update rep_view rv
set rv.REP_ID = '10200'
where rv.REP_USE_ID = 14744 --this update works correctly
I created a form with a single data block against the view. I want the user to be able to change the value of REP_ID and save it.