
I don't want any menus...
I've read the posts on hiding the access menus, but I can't seem to get
mine to completely vanish. I've unchecked all the options relating to
menus and toolbars in the startup section of my database, and I've even put
the <Application.MenuBar = ""> in the first form's Load event, but there is
always a menu, with file, insert, window, etc.. I want now menu at all
while the database application is up and running.
Without the menus, I also need to be able to close a database (without
wuitting access) object using VBA, but since the Docmd.Close doesn't allow
you to close entire database, what should I use.
Thanks in Advance....
CGC