I have a form that has some buttons, and when user click on a button, the form should be closed (unloaded). I used the following methods, but all generate error:
docmd.close me
unload me
What is the best way to close or unload a form in VBA (from code inside the form)