Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Security / October 2006

Tip: Looking for answers? Try searching our database.

Recover Access menu after hiding

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Li Qiu - 26 Oct 2006 23:03 GMT
Hi

I run the code below from answers by Todd L. Shillam (12/19/2004 9:21 PM
PST) to hide all command bars (menu & toolbars) in my logon form.

Dim i As Integer
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i

It works fine but the Access menu will not show again, even when I just open
the Access application.  Using the the statement below only unhide the menu
at the current session. But it does not solve the problem.

CommandBars("Menu Bar").Enabled = True

Please give me advise as how to configue the Access to unhide the menu
Thanks,
Li
Keith Wilby - 27 Oct 2006 08:22 GMT
> Hi
>
[quoted text clipped - 17 lines]
> Thanks,
> Li

Try holding the shift key down when you open Access.

Keith.
www.keithwilby.com
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.