E
EWaters
I have an application that I distribute to a number of clients. In code I
want to disable the Navigation Pane from showing.
I have tired to using the old standard ChangeProperty function with both
"NavPane Closed" set to 1 and DisplayNavigationPane" set to false.
I have also tried: Docmd.SelectObject acTable, , True
Docmd.RunCommand acCmdWindowHide
Neither method works for me.
It is still in .mdb format. Is this a problem? Is there a possible timing
issue? Am I missing something very obvious?
Thanks, Ethan
want to disable the Navigation Pane from showing.
I have tired to using the old standard ChangeProperty function with both
"NavPane Closed" set to 1 and DisplayNavigationPane" set to false.
I have also tried: Docmd.SelectObject acTable, , True
Docmd.RunCommand acCmdWindowHide
Neither method works for me.
It is still in .mdb format. Is this a problem? Is there a possible timing
issue? Am I missing something very obvious?
Thanks, Ethan