@inol
Hi Dears,
Is it possible to Insert, Update, and Delete data in a table using a single form in APEX 24.1? I created a form based on a table, and I can insert data into the table by clicking the default ‘Create’ button. However, I want to retrieve an existing record from the table if the given field data (primary key field) already exists. If it does, the data should be displayed in the form, allowing the user to edit or delete it. If the record does not exist, the form should be treated as a new entry, allowing the user to enter values for the given columns. In Oracle Forms, a single form is sufficient for all DML operations. How can I achieve this in APEX 24.1? Should I create two separate forms—one for inserting data and another for modifying or deleting records? Thank you for your support and guidance.
Best Regards,
AR