G
Guest
Ok, this is probably a dumb question, but, I want to emulate in code using a
button the same exact behavior as the 'X' on the form.
I do not want to use
DoCmd.Close acForm, Me.Name
as its not playing nice with my error checking.
I'm sure I'm overlooking the obvious, but then again it is Friday. :S
button the same exact behavior as the 'X' on the form.
I do not want to use
DoCmd.Close acForm, Me.Name
as its not playing nice with my error checking.
I'm sure I'm overlooking the obvious, but then again it is Friday. :S