Only show one Access in the windows task list

D

DianePDavies

I only want to see one occurrence of Access in my windows task list - not one
for all open forms. Where do I set that option?
 
P

Pieter Wijnen

in the debug window, Ctrl + G, (or code)
Application.SetOption("WindowsInTaskBar"), False

HtH

Pieter
 
Top