Dear all, In Oracle forms, we used to have a facility for using a single form for manipulating different tables with the similar structure. This was possible because we have facility for setting the With regards. George. |
Hi George, To achieve this, you can create a view with the same structure with your tables. You can do DML for desired target table using the instead of update/delete/insert triggers of this view. Best Regards, |