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?