command button

R

Reeni

hi
how do can i stop a procedure?

I have tried docmd.quit and close but neither work.

I have setup a button in form which when pressed should
stop the export taking place but it doesn't...

thanks

R
 
G

grep

That's probably because the button's Click event doesn't actually occur
until after the previous event completes. I'm not sure how it can be
done, but it probably has to be done within the Export's event.

grep
 
Top