CloseCurrentDatabase Method what is saved?

alant37

Registered User.
Local time
Today, 10:59
Joined
Jun 8, 2005
Messages
10
The standard switchboard on an Exit Application uses the CloseCurrentDatabase method which closes the database and leaves Access open. I have looked at the help and am wondering what objects are actually saved with this method? I am wondering how this compares to using the code Application.Quit acQuitSaveAll which saves all objects before exiting Access completely.
 
You double posted, so I removed the other.

I believe the answer to this is in the forum, however, I will try to answer based on memory. I believe that the Switchboard exit saves all the data on the form whereas acQuitSaveAll saves the data and design of tables,forms,reports etc.

IF what I said is correct, if you made a change to the design of a form and then closed the application using the switchboard method, the application should have a messagebox popup asking you if you wish to save changes to the form's design.

----
Again, I'm not sure if this is correct, it's been a few years since I've looked into this.
 

Users who are viewing this thread

Back
Top Bottom