I have a form that is used to launch a couple different import processes. The code that does the importing is located in a Public Class Module. How do I get a "stop" button on the form to stop the importing proceces?
A little about the process. The import reads an Access table and loops through the records and imports the transactions. This is required to import the transactions into our ERP system. I can let the current record import, but I want to stop before the next one.
Thank You,
Scott
A little about the process. The import reads an Access table and loops through the records and imports the transactions. This is required to import the transactions into our ERP system. I can let the current record import, but I want to stop before the next one.
Thank You,
Scott