changing the ms access interface

  • Thread starter Thread starter milleth
  • Start date Start date
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
 
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
 
Back
Top