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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top