I have a split access database where I use the following code on the main form load in the front end to hide the navigation pane. I want todo something similar in the backend but there is no form.
Where should I put my code?
If InStr(N, "accde") > 0 Then
'select the navigation pange
Call DoCmd.NavigateTo("acNavigationCategoryObjectType")
'hide the selected object
Call DoCmd.RunCommand(acCmdWindowHide)
End If
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Open in new window