OK, so I need to hide the navigation pane but struggling.
I am using a module to hide it and have tried the following but to no avail:
DoCmd.NavigateTo "acNavigationCategoryObjectType"
DoCmd.RunCommand acCmdWindowHide
I have also tried:
DoCmd.SelectObject acTable, , False
Neither are working - Any ideas?