PDA

View Full Version : acQuitPrompt



Yvaine
09-08-2008, 09:34 PM
i have following code in my Form_Close() function

Application.Quit acQuitPrompt

However, when i close the form, no message box prompted.

CreganTur
09-09-2008, 05:23 AM
The message box will only appear if the database is dirty- has any unsaved changes. If there are no unsaved changes, then it will not appear.

At least that's how it's supposed to work.