G
Guest
I have a button on a custom switchboard that executes a parameter query. When
the user hits cancel it produces an error msg 2001. The command line for the
button is simply
DoCmd.OpenQuery "RideDistanceParameter", acViewNormal
What coding and where do I put it so that when the user clicks the cancel
button it exits the sub? I am just starting to learn about error handling so
any explinations would be helpful to.
Thank you.
the user hits cancel it produces an error msg 2001. The command line for the
button is simply
DoCmd.OpenQuery "RideDistanceParameter", acViewNormal
What coding and where do I put it so that when the user clicks the cancel
button it exits the sub? I am just starting to learn about error handling so
any explinations would be helpful to.
Thank you.