I have used in code
DoCmd.Close, "myform" (when you run the code you can see it step trough it)
DoCmd.Close,acform, "myform" (says it cant save while processing a form)
This is on a textbox that is invisible, but enabled and it does not close
the form
any ideals?