Toolbar keeps going away, force it up?

This is a discussion on Toolbar keeps going away, force it up? within the ms-access forums in Other Databases category; I built a little MS-Access inventory application. For some reason when some users open the application, the standard tool-bar is missing for them. I have to open the app from MS-Access to re-enable it. I suspect they run a different MS-Access app for other puposes and that one closes the tool-bar and MS-Access remembers the closing, keeping it that way for all apps. Is there a way to programmatically ensure or force the tool bar to be visible? Thanks in advance....

Go Back   Database Forum > Other Databases > ms-access

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-26-2008, 09:14 PM
Default Toolbar keeps going away, force it up?

I built a little MS-Access inventory application. For some reason when
some users open the application, the standard tool-bar is missing for
them. I have to open the app from MS-Access to re-enable it. I
suspect they run a different MS-Access app for other puposes and that
one closes the tool-bar and MS-Access remembers the closing, keeping
it that way for all apps.

Is there a way to programmatically ensure or force the tool bar to be
visible?

Thanks in advance.
Reply With Quote
  #2  
Old 08-26-2008, 10:30 PM
Default Re: Toolbar keeps going away, force it up?

If by "standard toolbar" you mean the database toolbar (the one that's
showing when the Database window has the focus), use this line of code to make it
show.

Application.CommandBars("Database").Visible = True

Chris
Microsoft MVP


topmind wrote:
>I built a little MS-Access inventory application. For some reason when
>some users open the application, the standard tool-bar is missing for
>them. I have to open the app from MS-Access to re-enable it. I
>suspect they run a different MS-Access app for other puposes and that
>one closes the tool-bar and MS-Access remembers the closing, keeping
>it that way for all apps.
>
>Is there a way to programmatically ensure or force the tool bar to be
>visible?
>
>Thanks in advance.


--
Message posted via http://www.accessmonster.com

Reply With Quote
  #3  
Old 08-27-2008, 05:58 PM
Default Re: Toolbar keeps going away, force it up?

On Aug 26, 6:30*pm, "Chris O'C via AccessMonster.com"
wrote:
> If by "standard toolbar" you mean the database toolbar (the one that's
> showing when the Database window has the focus), use this line of code to make it
> show.
>
> * * Application.CommandBars("Database").Visible = True


So far it seems to work. Thanks!

>
> Chris
> Microsoft MVP
>
> topmind wrote:
> >I built a little MS-Access inventory application. For some reason when
> >some users open the application, the standard tool-bar is missing for
> >them. I have to open the app from MS-Access to re-enable it. *I
> >suspect they run a different MS-Access app for other puposes and that
> >one closes the tool-bar and MS-Access remembers the closing, keeping
> >it that way for all apps.

>
> >Is there a way to programmatically ensure or force the tool bar to be
> >visible?

>
> >Thanks in advance.

>
> --
> Message posted viahttp://www.accessmonster.com


Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 04:22 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.