| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| 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. |
|
#2
|
| 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 |
|
#3
|
| 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 |
![]() |
| Thread Tools | |
| Display Modes | |