Database Window

  • Thread starter Thread starter Jason Willis
  • Start date Start date
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.
 
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)
 
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?
 
IIRC: If I Recall Correctly.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top