G
Guest
I have an Access database that extracts information from a SQL database
through stored procedures and runs a report. I would like giving the end
users the option to cancel the extraction process. I have tried putting a
"CANCEL" on the form where they select the criteria for the report, but since
the form does not have the focus while the code is running that did not work.
They can press ctl-break to stop the process but then they can get access to
the code. Any ideas of how I can give them the option to cancel the process
without allowing them to get access to my code?
Thanks
through stored procedures and runs a report. I would like giving the end
users the option to cancel the extraction process. I have tried putting a
"CANCEL" on the form where they select the criteria for the report, but since
the form does not have the focus while the code is running that did not work.
They can press ctl-break to stop the process but then they can get access to
the code. Any ideas of how I can give them the option to cancel the process
without allowing them to get access to my code?
Thanks