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
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