Privateer
Registered User.
- Local time
- Today, 13:17
- Joined
- Aug 16, 2011
- Messages
- 193
I need help with the management of the navigation pane. What I am looking for is the vba code that "rolls up" each group of objects. I don't want to see the entire list of tables, I just want to see the headings of any group that has an object in it. I can use the code below to minimize the pane, not hide it, which is good for this situation. But when it opens I would really like the user to see just the headings. As always any help would be appreciated. Thanks.
Code:
DoCmd.NavigateTo "acNavigationCategoryObjectType"
DoCmd.Minimize