Navigation Pain

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
 
But when it opens I would really like the user to see just the headings.

It is not common practice to let users see or work in the navigation pane in the front end. That is probably why you are not finding much on this subject.

I create a ribbon and a menu/switchboard form to help the user navigate the objects.
 

Users who are viewing this thread

Back
Top Bottom