bostonfrog
Programmer
Because I changed the default menu in Tools | Startup for my current database project, and I changed the Menu bar to my own, I am not able to use Tools | Options and check off "compact database on exit". I want to be able to perform this function on exiting, but now I can't access these options as I can't display the default Menu Bar to do it. Will I need to create a new db with the default Menu Bar and re-import all the objects? Any work-arounds through VB code?
won't work.
-- Michel
Code:
DoCmd.RunCommand acCmdCompactDatabase
-- Michel