I have a browse that is from a back-end view that comprises a few columns from a table, (Table1) and some aggregates; let's call it VwBrowse1. The back-end view is non-updatable.
So, when the user clicks on the insert, update, or delete buttons, I need to get it to update the underlying table for the view, (Table1), not the view itself (VwBrowse1). I've looked all over for a way to do this, but can't seem to get it done.
Anyone have any tips for me?
Thanks,
-Brian