Forum Discussion
dnatch6969
Sep 01, 2022Copper Contributor
Access Navigation Pane too narrow
Access Navigation pane too narrow and cannot be fixed by any suggestions made here or elsewhere on the internet. Numerous phone and chat communications with Microsoft have been a huge waste of time....
isladogs
Sep 03, 2022MVP
Have a look at my article: https://www.isladogs.co.uk/fix-shrunken-nav-pane/index.html
It sounds like you've tried at least one suggestion on that page but not this one:
Public Function MaximizeNavigationPane()
DoCmd.NavigateTo "acNavigationCategoryObjectType"
DoCmd.Maximize
End Function
You may also find this utility helpful: Navigation Pane Helper Add-In (isladogs.co.uk)
Hope that helps
- dnatch6969Sep 05, 2022Copper Contributor
Thanks for the guidance. Unfortunately, I ran the code, but it had no effect on size of pane. Ran the code with DoCmd.minimize and that did shrink the pane. Ran again with Maximize and got same result as shown in my screenshot. It appears for some reason, Access thinks what I have IS maximized!