Quit


Quits the Access application.

Syntax

DoCmd.Quit [Options]

where Options is an AcQuitOption constant that determines how changes are handled. Possible values are acQuitPrompt, acQuitSaveall (the default), and acQuitSaveNone.

Comments

The Quit method has been retained for compatibility with Access 95. The recommended method of quitting an application is to call the Quit method of the Application object, which has the same Options parameter.




Access VBA Programming
Microsoft Access VBA Programming for the Absolute Beginner
ISBN: 1598633937
EAN: 2147483647
Year: 2006
Pages: 214
Authors: Michael Vine

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net