Share via

Hide File menu option in Access Database

Anonymous
2022-06-03T12:46:30+00:00

I have hidden the Navigation Pane per MS https://support.microsoft.com/en-us/office/show-or-hide-the-navigation-pane-in-access-f4d2ea84-6154-4433-9e42-7af391401b14

I need to lock down the File menu option for a Accdb file because after disabling all features in File, Options (in an Accdb file) it appears a user is able to click File, Privacy Options and enable some features. Basically I want the user to only be able to use the default form that opens. That's it. So, how can I disable the File menu (All menus) where users cannot get to other db features that I have disabled?

Thank You

Microsoft 365 and Office | Access | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2022-06-03T14:52:03+00:00

    I used this on form load

    DoCmd.ShowToolbar "Ribbon", acToolbarNo

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-06-03T14:29:29+00:00

    I followed the steps by creating the table and setting ribbon to "My Tab" - but the "File" menu option remains visible and enabled.

    how can I hide/disable the "File" menu option?

    thank you

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. George Hepworth 22,855 Reputation points Volunteer Moderator
    2022-06-04T01:12:53+00:00

    I think you can not completely remove the File Menu. Read theDBGuy's blog for information on the backstage.

    Was this answer helpful?

    0 comments No comments
  4. DBG 11,711 Reputation points Volunteer Moderator
    2022-06-04T00:08:32+00:00

    I followed the steps by creating the table and setting ribbon to "My Tab" - but the "File" menu option remains visible and enabled.

    how can I hide/disable the "File" menu option?

    thank you

    Hi. Just in case it helps, you might take a look at this short article.

    http://thedbguy.blogspot.com/2018/05/backstage-view.html

    Was this answer helpful?

    0 comments No comments
  5. George Hepworth 22,855 Reputation points Volunteer Moderator
    2022-06-03T12:53:33+00:00

    Perhaps you should look intocreating a custom ribbonfor this relational database application.

    Pay particular attention to the option to "startFromScratch"

    Was this answer helpful?

    0 comments No comments