Database window

peterbowles

Registered User.
Local time
Today, 20:56
Joined
Oct 11, 2002
Messages
163
Hi all

When I open the database I want only a from to appear which is the password form but each time you can see the database window which by pressing F11 people can get too. On start up I want only the one form to appear and to disable the F11 function
any ideas

Thanks in advance
 
Under the main menu select tools - startup and uncheck the options for viewing the database window, and under advanced, the use special keys.
To access the database window I inserted DoCmd.SelectObject acTable, , True when my password was entered.
The shift key startup option is still enabled - there are many posts here as to how to disable this so I wont go into it.
HTH
Dave
 

Users who are viewing this thread

Back
Top Bottom