Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 924680 - Last Review: October 15, 2007 - Revision: 1.3
The Navigation Pane is not displayed when you use the NavigateTo action and then call the WindowUnhide RunCommand action in Access 2007
You hide the Navigation Pane programatically by using the WindowHide RunCommand action in Microsoft Office Access 2007. You then try to display the Navigation Pane by putting the focus on it. You do this by using the NavigateTo action and then calling the WindowUnhide RunCommand action. When you do this, the Navigation Pane is not displayed.
To work around this problem, use the SelectObject action instead of the NavigateTo action before you call the WindowUnhide RunCommand action. To do this, follow these steps:
- Open your macro in Design view.
- In the row before the row that contains the WindowUnhide RunCommand action, change the setting for Action from NavigateTo to SelectObject.
- In the Action Arguments section, set the Object Type box to Macro, set the Object Name box to the name of the macro, and then set the In Navigation Pane box to Yes.
- Press CTRL+S to save the changes to the macro.
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
APPLIES TO
- Microsoft Office Access 2007
| kbtshoot kbbug kbmacro kbprb kbexpertiseinter KB924680 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate