G
geetarista
I want to set up error-trapping in my code so that the users don't have
access to the debug button in my code.
Exactly how do I do this?
This is what my error section looks like now:
Err_cmdExport_Click:
DoCmd.Close acQuery, "qselQueryName"
MsgBox Err.Description
Resume Exit_cmdExport_Click
Thanks!
access to the debug button in my code.
Exactly how do I do this?
This is what my error section looks like now:
Err_cmdExport_Click:
DoCmd.Close acQuery, "qselQueryName"
MsgBox Err.Description
Resume Exit_cmdExport_Click
Thanks!