Start Bar Problem

Frank Venditti

New member
Local time
Today, 05:35
Joined
Aug 29, 2008
Messages
4
Hello everyone:
Certain versions of Access 2003 display a button on the Start bar for every form that my application has open (visible or not). This play havoc with my built-in screen navigation.

Does anyone know how to shut this functionality off?

Thanks in advance.

UPDATE: I found the setting in ACCESS so please ignore this thread. Sorry for the inconvience.

If it helps anyone else there's a setting in Access/Tools/Options called Windows in Taskbar. Check it On if you want every open form in your app to display on the Start Bar or Off if you don't.
 
Last edited:
Yes, go to TOOLS > OPTIONS > VIEW

and uncheck the Windows In Taskbar checkbox.
 
try this...

Code:
Application.SetOption "ShowWindowsinTaskbar", False
 

Users who are viewing this thread

Back
Top Bottom