Database Window

J

Jason Willis

Hi

I have a AC2002 DB which runs as A2K.

I dont want my users to see the database window. The
Window is opening even although it is deselected in the
startup options ???

Any one got any ideas?

Regards Jason.
 
V

Van T. Dinh

Are you using the Switchboard created by the Switchboard
Manager.

If you do, there is a line of code in the Switchboard Form
that makes the Database Containers window visible. IIRC,
it is a command DoCmd.SelectObject ... and you can
comment it out without affect the operation of the
Switchboard.

HTH
Van T. Dinh
MVP (Access)
 
G

Guest

Hi, no I am not using a an Access switch board.

The funny thing is, it is only happening on one
machine??? By chance it is the only Machine that is
running Ac Ver. 2002 All others are running A2k on either
98 or XP OS's

What does IIRC mean?
 
V

Van T. Dinh

IIRC: If I Recall Correctly.

Look in the code of the startup form. You may have something similar to
what I posted.
 
Top