error when access exit by program

P

PF

I launch an access application with
the window scheduler

The application compact a database
the exit with


DoCmd.Quit acQuitSaveNone

Just at this point i have a window98 message box saying the application
will be shut down
because it has made a non conform operation. I have a message box just
before the
instruction docmd.quit. So i am sur everything is ok up to there.

i also try application.quit
 
Top