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

  • Thread starter Thread starter nouveauricheinvestments
  • Start date 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?
 
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
 
Back
Top