NavigationPane will not expand

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ricardo de Mila
    New Member
    • Jan 2011
    • 41

    NavigationPane will not expand

    Dear Support...

    I have acidentaly squized my navigation pane and now I cannot expand it any more. I have no vertical position to horizontaly change the width.

    I'd like to have two information:
    Is it possible to revert this situation by normal ways somehow?

    I could not find the navigation pane object members in the help file. If somebody could just send me a line of example for VBA, maybe I could fix it with the VBA.

    I found something saying NavigationPane. Width in the offline help, but the information is not complete and I could access it on line.
    I also find something in internet about the F11 key but or it does not work or I didn't understand it very well.

    This problem is driving me crazy.
    Does somebody can help me?

    Best Regards
    Ricardo de Milano
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    You don't mention which version nor how you accomplished this feat; however, no fear...

    start here:
    Show or hide the Navigation Pane

    Click Shutter Bar Open/Close in the Navigation Pane, or press F11.


    If those don't work, the simple VBA approach.
    Press control-G <ctrl><g>
    The immediates window will open in the vba editor.
    Cut and paste:
    DoCmd.NavigateT o "acNavigationCa tegoryObjectTyp e"
    Press enter... wait...
    Cut and paste:
    DoCmd.SelectObj ect acTable, , True
    Press enter...

    At this point the navigation window should be back.
    Last edited by zmbd; Oct 10 '14, 02:58 AM.

    Comment

    Working...