Private Sub cmdQuit_Click()
On Error GoTo Err_cmdQuit_Click
If MsgBox("Are you sure you wish to Exit the Database Application?", vbYesNo, "QUIT APPLICATION") = vbYes Then
DoCmd.Quit
Else
End If
I have a database that this might come in handy on. A couple differences though. I need it to have a timer so that it closes the database and access on all computers with the database open at a particular time. I don't want it to ask if it's okay to close it. I need it to do it automatically at that time. Is this possible?
r10701, create a new topic with what you're looking for. I'm drawing a blank as to how to get it to work across the network at the moment, but maybe someone else can help you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.