Hello, I am trying to make a button that I can put in my form that will close out of Access completely. Currently I have DoCmd.Quit acQuitSaveAll
but all that does is close the form within the navigation pane, and not the navigation form itself, or the MS Access 2016 program.
I'm doing this because I have my main navigation form open in full screen to hide the back end.
(On another note- My forms aren't actually opening maximized, even though I have DoCmd.Maximize in their loadup setting, any thoughts?)