changing the ms access interface

M

milleth

i am having this project at school, and i have chosen ms
access to create a simple inventory system. upon
submitting the school work to my professor, he ask me to
eliminate the main menu at the top of my form.

the question is how can i eliminate the main menu or if
not hide it from the user?


milleth
 
P

Paul Overway

You can not have form level menus in Access, so, I'm assuming you are
referring to the menu in Access. See help for CommandBars. Also, you might
just try using the command line switch /runtime, which will remove most menu
options.

"path to msaccess.exe" "path to your.mdb" /runtime
 

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