Tools

  • Thread starter klp via AccessMonster.com
  • Start date
K

klp via AccessMonster.com

In Tools - Options - View tab you can click on the option to show windows in
taskbar. Everytime I close out my DB I have to set that. I've clicked apply
each time, but it still resets when I close out and get back in. Is there a
way to fix that so I don't have to reset it every time?

Thanks in advance
KimP
 
J

Jerry Whittle

Help says this:
Select to see an icon displayed on the Windows taskbar for each open
database object or window. To use this feature, you must install Microsoft
Internet Explorer Active Desktop.

Might be something with your Active Desktop settings.

You could put the following in the Open event of your startup form:

Application.SetOption "ShowWindowsInTaskbar", True
 
Top