Open in form view when database opened

T

Todd

I would like to open a specific form when my database is
initially opened. Currently it opens in the normal
database view with the tabs to select tables, forms,
queries, etc.. How can I get the form I want to appear
upon opening. Thanks for the help!
 
D

Dirk Goldgar

Todd said:
I would like to open a specific form when my database is
initially opened. Currently it opens in the normal
database view with the tabs to select tables, forms,
queries, etc.. How can I get the form I want to appear
upon opening. Thanks for the help!

Click Tools -> Startup... and choose your startup form in the combo box
labeled "Display Form/Page". If you don't want the database window to
appear, uncheck the box labeled "Display Database Window".
 
Top