After Converting To .Accdr, I get a Runtime Error When I try To ExitThe Application

  • Thread starter nouveauricheinvestments
  • Start date
N

nouveauricheinvestments

I have an accdb front end application which I converted to a .accdr
runtime application. When I try to select a button to exit the
application, I get the following error:

Execution of this application has stopped due to a run-time error.

The application can't continue and will be shut down.

It should not throw this error. I tried setting warnings to false in
my code, but it doesn't seem to matter. How can I get around this
error message?
 
B

banem2

I have an accdb front end application which I converted to a .accdr
runtime application.  When I try to select a button to exit the
application, I get the following error:

Execution of this application has stopped due to a run-time error.

The application can't continue and will be shut down.

It should not throw this error.  I tried setting warnings to false in
my code, but it doesn't seem to matter.  How can I get around this
error message?

Have you debug the code? Does it work in runtime mode which you can
run with following command in Command Prompt:

"C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE" /runtime
"drive:\path\file_name"

Are there SP1 installed?

Regards,
Branislav Mihaljev
Microsoft Access MVP
 

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

Top