swbrodie the only thing that would make your database window open is code.
try using this code in your first form:
DoCmd.ShowToolbar "Filter/Sort", acToolbarNo
DoCmd.ShowToolbar "Form Design", acToolbarNo
DoCmd.ShowToolbar "Form View", acToolbarNo
DoCmd.ShowToolbar "Formatting (Datasheet)", acToolbarNo
DoCmd.ShowToolbar "Formatting (Form/Report)", acToolbarNo
DoCmd.ShowToolbar "Macro Design", acToolbarNo
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
DoCmd.ShowToolbar "Print Preview", acToolbarNo
DoCmd.ShowToolbar "Query Datasheet", acToolbarNo
DoCmd.ShowToolbar "Query Design", acToolbarNo
DoCmd.ShowToolbar "Relationship", acToolbarNo
DoCmd.ShowToolbar "Report Design", acToolbarNo
DoCmd.ShowToolbar "Source Code Control", acToolbarNo
DoCmd.ShowToolbar "Table Datasheet", acToolbarNo
DoCmd.ShowToolbar "Table Design", acToolbarNo
DoCmd.ShowToolbar "Toolbox", acToolbarNo
DoCmd.ShowToolbar "Utility 1", acToolbarNo
DoCmd.ShowToolbar "Utility 2", acToolbarNo
DoCmd.ShowToolbar "Web", acToolbarNo
RefreshTitleBar
On the menu select Tools and then Startup
make sure the following are ticked:
Allow Full menus
Allow default shortcut menus
Allow built in toolbars
Allow Toolbar/Menu changes
The following should be unticked
Display database window
Display status bar
ADVANCED -
Use Access special keys
If you follow the above info you should have no problems, remove any other code that you may have created.
A Negative + Negative = Posotive.
Cheers
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.