Database Window

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

In Tools---->Startup, I have cleared "Display Database Window" but when I
open the database the database window opens then minimises. How can I stop
it opening altogether? Also am I right in saying that to get it back when
the database is open I press F11?
Thanks
Tony
 
Possibilities:

a) You may need to disable:
Tools | Options | View | Windows in Taskbar
(This bug was fixed in one of the service packs - A2002 SP2 from memory.)

b) You have some code that uses SelectObject, which explicitly shows the
database window so it can be minimized. Switchboard code sometimes does
this.

c) You have a Shift key that is stuck. :-)

Yes, F11 will work unless you uncheck:
Tools | StartUp | Special Keys.
 
Back
Top