i have a form which has a textbox control, and i have a code in the textbox lostfocus event, the code is as follow :- if empty(this.value) messagebox("this textbox.value cannot be empty !")
Hi to everyone, thanks for your help, sorry but I have another question, my grid works fine but I don't want insert repeated values, any idea how I can do this validation before to do append blank in my grid.