Opening Access without Menus displayed

P

Piri

Access 97
I have created a simple data lookup form for a customer to look up his
own jobs in a shared database - there is only the one form in the
mdb(e) that auto-opens on application startup. I have unchecked all
the Startup functions etc.
The program auto-opens the form okay but there is the default menu bar
displayed across the top of the application window. The tool bars do
not show.

Is there a way to open the program and not show ANY menus as well?
My form close event also quits the application.

I intend to provide this as an mde.

Any ideas gratefully appreciated
Piri
 
M

Marshall Barton

Piri said:
Access 97
I have created a simple data lookup form for a customer to look up his
own jobs in a shared database - there is only the one form in the
mdb(e) that auto-opens on application startup. I have unchecked all
the Startup functions etc.
The program auto-opens the form okay but there is the default menu bar
displayed across the top of the application window. The tool bars do
not show.

Is there a way to open the program and not show ANY menus as well?
My form close event also quits the application.


DoCmd.ShowToolbar "Menu Bar", acToolbarNo
 

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

Top