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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ending a access databse

Status
Not open for further replies.

ItIsHardToProgram

Technical User
Mar 28, 2006
946
CA
I was wondering what to put in my code to end the database..... if its not exit or end what is it...
 
Great thanks a bunch, Now that I have the DoCmd, I have a many things to explore :D Its hard to learn from scrap, but its fun
 
You could have got this from the Command Button wizard, which is full of interesting ideas. :)
 
Wish I could, but I don't have the wizard, some problem in the instalation, and there is no way to find the office Cd, Anyhow I was wondering how to end forms querrys, etc.... tables.... with a command, docmd.close does not work nor form.quit or something like that....
 
Another way:
Application.Quit

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top