A
Ayo
I am trying to figure out a way to cancel or close a form without saving the
record. I tried: DoCmd.Close acForm, Me.Name, acSaveNo, but a blank record is
still created.
I want to just be able to close the form without creating anything once I
click cancel. How can I accomplish this? Thanks
record. I tried: DoCmd.Close acForm, Me.Name, acSaveNo, but a blank record is
still created.
I want to just be able to close the form without creating anything once I
click cancel. How can I accomplish this? Thanks