on Access Startup

slyvsspy

Registered User.
Local time
Today, 22:32
Joined
Jun 24, 2002
Messages
51
When access starts up with my database. How do i minimize the window with all the database names and show just my switchboard.

Thanks!
Josh
 
Go to Tools | Startup and uncheck the Show Database Window checkbox.
 
Hey

I still want the database window to be there. Only minimized! Is there a way to do this?

Thanks.
 
You can for example use a macro called autoexample, with two lines:
SelectDBObject (you have to check the parameter saying that the object is in the DB window, I think it must be 'True')
HideDatabaseWindow

I may not be perfectly correct regarding the names of these two macro functions, since I hardly use macros at all.
 

Users who are viewing this thread

Back
Top Bottom