Suppressing Application Dialog at Autoexec

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Access Users,

I've an Access form that is displayed by Autoexec. However, an unknown
dialog is displayed to the user if the application is running in the
background.

The unknown dialog stated: "This action will reset the current code in break
mode. Do you want to stop the running code? Yes or No".

How do I suppress this unknown dialog, or set the response to No?

Kind Regards
Charles
 
Rather than using AutoExec, you may want to check the Startup options
(Tools|Startup...) and choose your form there to have it displayed. If you
only want to allow one copy of your application to run, there is an example
of how to do this here.

http://www.mvps.org/access/api/api0041.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top