Topic: Avoid empty data being recorded
Hi all,
This time, I am looking for an easy script to avoid recording empty data with script as my columns do not have "NOT NULL" set.
example:
Form1
Textbox1 buttonsave1
If Textbox1 does not contain anything when click on buttonsave1, I want to discard the save and display an alert.
The purpose is simple, I want to avoid any blank row being created which would have an impact with other specific mechanism in my project. Furthermore, there is no delete possibility as well on purpose.