I have built a form that matches fields and then appends records. I want to give the user an out (Cancel button) if they have selected the wrong file or if the process is taking too long.
The OnClick sub of the Begin button checks a bunch of combo boxes to make sure vital fields are selected, then calls a function that appends records from one recordset to another. I want the Cancel button to stop the code that is running. How can I do this?
Thanks,
Sup
The OnClick sub of the Begin button checks a bunch of combo boxes to make sure vital fields are selected, then calls a function that appends records from one recordset to another. I want the Cancel button to stop the code that is running. How can I do this?
Thanks,
Sup