In access.. I am using this in the Form_Unload Event
it should close the whole app.. but its only closing the current db (from prev line)VB Code:
Access.CommandBars("Menu Bar").Reset Access.CloseCurrentDatabase Access.Quit acQuitSaveNone 'Doesnt work DoCmd.Quit acQuitSaveNone 'Doesnt work
any idea?
(there is no other code running after that)




Reply With Quote