hiding navagation pane on form open

  • Thread starter Thread starter Don Moore
  • Start date Start date
D

Don Moore

I want to hide the navigation pane when I open a form but the only way I've
found to do it is the command "sendkeys" {f11}. I see there is a command
called "hidepane" but I can't get it to work. Any suggestions?
 
Don Moore said:
I want to hide the navigation pane when I open a form but the only way I've
found to do it is the command "sendkeys" {f11}. I see there is a command
called "hidepane" but I can't get it to work. Any suggestions?

A really simple way is to make your startup main form modal. (this setting
is found in the other tab).
 
Open the form in Design View, open the Property Sheet, and ensure the Form is
selected. Under the Format tab select "No" for the Record Selector and "No"
for the Navigation Buttons.
 
Back
Top