R
Ron
When I close a form any data entered into that form is
still saved in the table even though I have the code
DoCmd.Close , POProducts, acSaveNo
I have also tried a DoCmd.CancelEvent. When the exit
button is clicked I want the form to close and no new
record created in the table. What is going on and why is
a new record being created when I don't want it to?
Thanks in advance.
still saved in the table even though I have the code
DoCmd.Close , POProducts, acSaveNo
I have also tried a DoCmd.CancelEvent. When the exit
button is clicked I want the form to close and no new
record created in the table. What is going on and why is
a new record being created when I don't want it to?
Thanks in advance.