Command Box

R

Reeni

I am trying to stop procedure without using a if statement.
I have thre button...
bt_1 exports 9 queries to one excel spreadsheet
bt_2 closes the database
bt_3 I want this to stop the procedure that is taking
place when bt_1 is clicked.

I have tried docmd.quit and docmd.close neither worked

so please can anybody help

thanks in advance

r
 
Top