Home All Groups Group Topic Archive Search About

How to hide database window in Access 2007

Author
2 Feb 2009 12:47 PM
Pete
In Access 2007 the Tables etc are visible to the left of the Switchboard. How
is this kept hidden from Users? Thanks

Author
2 Feb 2009 8:05 PM
Clifford Bass
Hi Pete,

     Office button (upper left), Access Options button, Current Database
section, Navigation subsection, Display Navigation Pane.

                      Clifford Bass

Show quoteHide quote
"Pete" wrote:

> In Access 2007 the Tables etc are visible to the left of the Switchboard. How
> is this kept hidden from Users? Thanks
Author
2 Feb 2009 8:49 PM
Pete
Brilliant. Thanks.

Show quoteHide quote
"Clifford Bass" wrote:

> Hi Pete,
>
>      Office button (upper left), Access Options button, Current Database
> section, Navigation subsection, Display Navigation Pane.
>
>                       Clifford Bass
>
> "Pete" wrote:
>
> > In Access 2007 the Tables etc are visible to the left of the Switchboard. How
> > is this kept hidden from Users? Thanks
Author
2 Feb 2009 9:37 PM
Clifford Bass
Well, not brilliant.  You are welcome Pete!

         Clifford Bass

Show quoteHide quote
"Pete" wrote:

> Brilliant. Thanks.
Author
5 Feb 2009 9:13 PM
AlexML
But then how can I prevent users from re-enabling the Navigation Pane? 
It was quite easy with Access02...


Show quoteHide quote
"Clifford Bass" wrote:

> Well, not brilliant.  You are welcome Pete!
>
>          Clifford Bass
>
> "Pete" wrote:
>
> > Brilliant. Thanks.
Author
5 Feb 2009 9:20 PM
Clifford Bass
Hi Alex,

     Well, you could turn off the usage of special keys in the Application
Options of the Current Database section.  But that does not stop someone from
just going back into there and turning them back on.  Or from using the
hold-shift-down-while-opening trick.  So you maybe be left with creating an
MDE or ACCDE version of your file.

     Perhaps others know different?

                 Clifford Bass

Show quoteHide quote
"AlexML" wrote:

> But then how can I prevent users from re-enabling the Navigation Pane? 
> It was quite easy with Access02...
Author
5 Feb 2009 9:38 PM
AlexML
Removing the Office button (top left) would prob do the trick, since there
is no other way of getting to Access Options.. what do you think? any ideas>?

Show quoteHide quote
"Clifford Bass" wrote:

> Hi Alex,
>
>      Well, you could turn off the usage of special keys in the Application
> Options of the Current Database section.  But that does not stop someone from
> just going back into there and turning them back on.  Or from using the
> hold-shift-down-while-opening trick.  So you maybe be left with creating an
> MDE or ACCDE version of your file.
>
>      Perhaps others know different?
>
>                  Clifford Bass
>
> "AlexML" wrote:
>
> > But then how can I prevent users from re-enabling the Navigation Pane? 
> > It was quite easy with Access02...
Author
5 Feb 2009 10:33 PM
Clifford Bass
Hi Alex,

     You may want to look at custom ribbons.  See
<http://www.utteraccess.com/forums/showflat.php?&Number=1423199> for a
tutorial.  But I do not think this disables the shift-while-opening option.

               Clifford Bass

Show quoteHide quote
"AlexML" wrote:

>
> Removing the Office button (top left) would prob do the trick, since there
> is no other way of getting to Access Options.. what do you think? any ideas>?
>
> "Clifford Bass" wrote:
>
> > Hi Alex,
> >
> >      Well, you could turn off the usage of special keys in the Application
> > Options of the Current Database section.  But that does not stop someone from
> > just going back into there and turning them back on.  Or from using the
> > hold-shift-down-while-opening trick.  So you maybe be left with creating an
> > MDE or ACCDE version of your file.
> >
> >      Perhaps others know different?
> >
> >                  Clifford Bass
> >
> > "AlexML" wrote:
> >
> > > But then how can I prevent users from re-enabling the Navigation Pane? 
> > > It was quite easy with Access02...
Author
6 Feb 2009 12:57 PM
AlexML
Clifford,
Thanks much for your help... I think for the purpose of what i'm trying to
do,
simple
DoCmd.ShowToolbar "Ribbon", acToolbarNo

does the trick ---> seems to gets rid of all the ribbons and Microsoft
Access button.

Show quoteHide quote
"Clifford Bass" wrote:

> Hi Alex,
>
>      You may want to look at custom ribbons.  See
> <http://www.utteraccess.com/forums/showflat.php?&Number=1423199> for a
> tutorial.  But I do not think this disables the shift-while-opening option.
>
>                Clifford Bass
>
> "AlexML" wrote:
>
> >
> > Removing the Office button (top left) would prob do the trick, since there
> > is no other way of getting to Access Options.. what do you think? any ideas>?
> >
> > "Clifford Bass" wrote:
> >
> > > Hi Alex,
> > >
> > >      Well, you could turn off the usage of special keys in the Application
> > > Options of the Current Database section.  But that does not stop someone from
> > > just going back into there and turning them back on.  Or from using the
> > > hold-shift-down-while-opening trick.  So you maybe be left with creating an
> > > MDE or ACCDE version of your file.
> > >
> > >      Perhaps others know different?
> > >
> > >                  Clifford Bass
> > >
> > > "AlexML" wrote:
> > >
> > > > But then how can I prevent users from re-enabling the Navigation Pane? 
> > > > It was quite easy with Access02...
Author
6 Feb 2009 6:23 PM
Clifford Bass
Hi Alex,

     You are welcome.  Good luck!

            Clifford Bass

Show quoteHide quote
"AlexML" wrote:

>
> Clifford,
> Thanks much for your help... I think for the purpose of what i'm trying to
> do,
> simple
>  DoCmd.ShowToolbar "Ribbon", acToolbarNo
>
> does the trick ---> seems to gets rid of all the ribbons and Microsoft
> Access button.