0
Avoid deleting a record
Hi,
I'm working on my first database, and I need your help about the record.
What I want is avoiding accidental delete a record wherever I am. It means that, I want to receive a pop-up (alert) that need the approval before to delete a record.
So, I'm expecting that script should word over the entire database.
Could you help me?
Thanks.
1 reply
-
The best way to control user input is to take over the entire process of record creation/deletion with a dashboard.
Basically you are creating another table with just one record where user’s enter data they want to add to your raw data tables. Then when they click a button to add the data, you can step in to control how it happens.
This can also be done for deletion.
Content aside
- 1 yr agoLast active
- 1Replies
- 70Views
-
2
Following