> Hi, do you know how to turn off the windows in task bar option for Access
> Runtime versions.
>
> Many thanks, Jonathan
Here is what I use for runtime start-up (a2003)
Application.SetOption "ShowWindowsInTaskbar", False
Application.SetOption "Themed Form Controls", True
Application.SetOption "Show Startup Dialog Box", False
Application.CommandBars.AdaptiveMenus = False
The first option is the one you want....

Signature
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@msn.com
Jonathan - 30 May 2007 21:41 GMT
Many thanks Albert.
Jonathan
> > Hi, do you know how to turn off the windows in task bar option for Access
> > Runtime versions.
[quoted text clipped - 9 lines]
>
> The first option is the one you want....