Closing form takes to long

T

Thomas Kroljic

All,
I have form with a command button on it called cmd_close the closes the
form when the user clicks on it. The problem I am experiencing is that when
the user clicks CLOSE, the form takes about 15 seconds to close. I've used
the debug to step through the vba and noticed the following: the closing
process seems to hang on the docmd.close command. When it executes this
command, it'll take up to 15 seconds before closing the form and moving onto
the next command.

Any thoughts? Not sure what the system is doing when it executes
"docmd.close".

Thank you,
Thomas J. Kroljic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top