cmd code for close form or ms acess database

daameta

Registered User.
Local time
Yesterday, 21:36
Joined
May 26, 2015
Messages
25
hi all.
i am using a database name as school. having a form name as form01.with cmd button close which close the form. i want to close form with ms acess database. so when user click close button application database will be closed. thanks for your useful reply.
 
The code is as below:
Code:
DoCmd.Quit
 

Users who are viewing this thread

Back
Top Bottom