|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Recover Access menu after hidingI 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
Show quote
Hide quote
"Li Qiu" <Li***@discussions.microsoft.com> wrote in message Try holding the shift key down when you open Access.news:D364BD3C-AED4-459D-847D-B08A85B4B226@microsoft.com... > 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. www.keithwilby.com
How to access a linked table from one secure database to another
unable to access files on network Automatic Backup Why can't I get to "Set Database Password" Multi-Users - Security Acess DB Corrupted HELP Security for others Access 1977 - Security Ctrl+Alt+Del a bother to the Managers, don't want this... Microsoft Access 2002 User-Level Security access from network |
|||||||||||||||||||||||