Hello,
Am wondering what is your approach to coding so that, for example, in my code I am using ADO to populate a recordset...if the query is taking too long, I would like to be able to just press the Escape key, and it cancels the recordset execution process.
What's the syntax to cancel the ADO's data pulling/querying?
Am wondering what is your approach to coding so that, for example, in my code I am using ADO to populate a recordset...if the query is taking too long, I would like to be able to just press the Escape key, and it cancels the recordset execution process.
What's the syntax to cancel the ADO's data pulling/querying?