Results 1 to 2 of 2
  1. #1
    stryder09 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Feb 2011
    Posts
    85

    Turn off Ribbon and hide all tables

    In access 2007, how do I turn off the ribbon and hide all the tables and forms so that a general user can not access them? I know how to do this in 2003 but can't find the correct menus to do this in 2007. As always any help would be appreciated.



    Brad

  2. #2
    timmy is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    62
    you might want to split your database, this link should be helpful: http://allenbrowne.com/ser-01.html

    for hiding the ribbons, insert this code behind the first form that will be loaded:

    Code:
    Private Sub Form_Load()
    DoCmd.ShowToolbar "Ribbon", acToolbarNo
    End Sub
    Also, another trick you might find useful is hiding the navigation bar:
    File > Options > Current Database > Untick "Display Navigation Pane"

    To temporarily show the ribbons and navigation pane, hold shift when opening the DB (this disables the autoexec)

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Turn off Navigation Pane
    By newtoAccess in forum Access
    Replies: 9
    Last Post: 08-01-2011, 11:32 AM
  2. VB to Turn off Notifications
    By jo15765 in forum Programming
    Replies: 4
    Last Post: 03-30-2011, 10:27 PM
  3. Hide tables from general users
    By stryder09 in forum Access
    Replies: 0
    Last Post: 03-28-2011, 11:13 AM
  4. Turn warnings off
    By Mclaren in forum Programming
    Replies: 6
    Last Post: 05-03-2010, 12:07 PM
  5. Replies: 5
    Last Post: 01-29-2010, 11:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums