Whenever I click the (X) button on my form, it still keeps the data. I want to be able to close the form using the (X) button and not save any data. Does anyone have an idea of why is this happening?
Scenario:
Form1 has a button [enter car information] when I click the button, another form opens, Form2, where I can type all the car information. Once I click OK button, Form2 closes and Form 1 gets updated with Form2s information.
My problem:
If I click the X button on Form2, Form1 still updates with Form2s information. Is there a way to prevent this?
Thanks for all the help!