Hiding the database window

I

Ian Shaw

Hi Guys,

I need help in trying to hide the database window in Access 2002. I have
tried unticking everything in the startup form and nothing works!! Please
help me.

Cheers,
 
J

Joan Wild

If you use the switchboard manager to create a switchboard, open the code
behind the form and look for..

DoCmd.SelectObject acForm, "Switchboard", True
DoCmd.Minimize

This is causing the db window to appear and then minimize, which occurs
after your startup options.
Just remove or comment out these lines and it should work.
 

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

Top