automatic close button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slenish
    Contributor
    • Feb 2010
    • 283

    automatic close button

    Hello,

    Im wondering if there is a way to set an exit app button to just close the app itself and not the whole access program or the whole database i am working with in? I know if you type in application.qui t or application.clo securrentdataba se commands it closes everything down, but i want to make it just close the application not the whole program.

    Also if I want to make the app close and kick the user back to a main menu how would I do that as well?

    Thank you for all the help
  • slenish
    Contributor
    • Feb 2010
    • 283

    #2
    Nevermind I actually figured this one out. If anyone else has the same problem where you want to close just the app you are running and go back to the main screen with out closing everything just use, DoCmd.close

    Comment

    Working...