Results 1 to 2 of 2
  1. #1
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151

    need to unhide my top menu bar

    In making my switchboard and display screen ready for the user I hid the top menu and tool bars, with the important drop-down of compact and repair.
    I cannot get them back?

    I read this posting "Hide all Access Toolbars and Menubars"
    http://www.access-programmers.co.uk/forums/showthread.php?t=97578

    I think I put this code in some place:
    "
    This will hide all menu bars and tool bars
    <<CODE>>
    Dim i As Integer
    For i = 1 To CommandBars.Count
    CommandBars(i).Enabled = False


    Next i
    <<CODE>>

    Weird that the non-showing of menu bars is in all my Access DB-s, now. The code must have updated my Access application not to show in all DB-s.

    Any help in getting my tool bar back will be appreaciated!

    Thx
    Russ

  2. #2
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151

    Solved - tool bar back

    It was a little tricky. I am worried about turning them off. That it will effect more than just the one DB. It will effect the person's PC for all DBs.

    I will probably just use the max screen option and stay away from turning off the menu tool bar for now.

    Attached is a screen print of the fix. I installed the fix in the event for the open for the switchboard.
    Russ

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Hide or Unhide Fields in Query using VB
    By SCFM in forum Programming
    Replies: 4
    Last Post: 03-12-2010, 01:24 PM
  2. How can I hide/unhide DB window with a single button?
    By aquaraider in forum Programming
    Replies: 2
    Last Post: 10-09-2009, 07:01 AM
  3. Replies: 6
    Last Post: 06-03-2009, 02:01 PM
  4. Hide/UnHide forms
    By access in forum Forms
    Replies: 3
    Last Post: 06-03-2009, 07:48 AM
  5. Unhide Hidden Query
    By Valeda in forum Queries
    Replies: 2
    Last Post: 05-12-2006, 05:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums