Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Closing Access

Status
Not open for further replies.

JDavey

Programmer
Joined
Apr 2, 2002
Messages
17
Location
US
I am using the Handy Access Launcher freeware utility to automatically open a database and execute a macro (which calls a module to do some data manipulation). Everything is running well, but I can't figure out the proper way to close out of everything when I'm done.

I used application.closecurrentwindow and application.quit which leaves me with the "Access shell" window open. Does anyone know the proper way to close this out so that it all goes away nicely?

Thanks!
 
you can replace application.quit with Docmd.Quit
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top