Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User forms in the start menu bar

Status
Not open for further replies.

SIG357

Programmer
Jun 29, 2000
164
US
Is there any way to keep UserForms from appearing in the Start toolbar. I know you can do this for forms in VB, but I don't see the same kind of controls in Access.

Thanks in advance
Joe
 
When a window is opened, a button on the Start Menu (the toolbar at the bottom of the screen in most Windows9x/NT/2000 systems) taskbar appears. The same is true when a UserForm is loaded in Access. I was wondering if it is possible to suppress this, like in Visual Basic. In VB, there is a Form property called "ShowInTaskBar" that you can set to False to keep this from happening. Are there any similar capabilities in Access/VBA?
 
Not to my knowledge.

Access is containerised and it is Access as an application thet appears on the toolbar. You may be able to find a Win API to do it.


Bill Paton
william.paton@ubsw.com
Check out my website !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top