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