A family of Microsoft relational database management systems designed for ease of use.
This is something that I haven't run into before but in my current instance of Access 2010 I am not being prompted to save any objects.
The first thing I did was search my code for a SetWarnings which only occurs in one procedure which is set to true in the function exit. This procedure was not called anyway so could not have caused the issue.
The second thing I did was call "DoCmd.SetWarnings True" from the immediate window. This had no effect.
Then I shut the application down and reopened it. What was interesting was that the immediate window was not cleared but still had the calls from the previous instance.
So I shut it down again and opened up Task Manager. There was still a MSACCESS.EXE *32 process running in memory.
Could not use GetObject from Excel VBA instance to get a reference to the running instance of Access even though it would be used when opening a database from Windows Explorer. Newer instances of Access opened through the start menu could be referenced with GetObject.
And the punchline. End Process restored the prompts.
Things I had done just prior to the incident. Excel Automation, set DisplayAlerts and ScreenUpdating to false, Reset the Access CodeProject in the middle, and set DisplayAlerts and ScreenUpdating to true through the immediate window. Things I've done a hundred times over in the past.
???
PaulE