E
Eka1618
Hello,
I am trying to figure out how to eliminate a record from inserting into a
table if the user chooses to close a form by pressing the close btn int he
control box.
I have validation rules set. If someone starts to enter data and decides not
to use this form for whatever reason, I want them to have the ability to
close the form without seeing a message and without the data they entered
stored in a table. Since I have the val. rules set, it does everything I want
except it shows messages...
Another thing I want to point out is that if a user fills out all the data,
and chooses btnSend, this will cause the close event to occur in the form as
well. I feel like I am in a dilemma on what I should do. If the user hits
btnSend, I want their data to stay in tables. If they hit the close btn, I
want their data to dissapear.
Does anyone know what I should do? I could disable the close button all
together and make my own close button I suppose... If you have a suggestion,
Please let me know. Thank You!
I am trying to figure out how to eliminate a record from inserting into a
table if the user chooses to close a form by pressing the close btn int he
control box.
I have validation rules set. If someone starts to enter data and decides not
to use this form for whatever reason, I want them to have the ability to
close the form without seeing a message and without the data they entered
stored in a table. Since I have the val. rules set, it does everything I want
except it shows messages...
Another thing I want to point out is that if a user fills out all the data,
and chooses btnSend, this will cause the close event to occur in the form as
well. I feel like I am in a dilemma on what I should do. If the user hits
btnSend, I want their data to stay in tables. If they hit the close btn, I
want their data to dissapear.
Does anyone know what I should do? I could disable the close button all
together and make my own close button I suppose... If you have a suggestion,
Please let me know. Thank You!