T tcimello Guest Oct 15, 1999 #1 Is there any way to hide the Microsoft Access screen when you are running a database, as you would the database window. I would like just the forms to be visible on the screen, not the Microsoft Access Window.
Is there any way to hide the Microsoft Access screen when you are running a database, as you would the database window. I would like just the forms to be visible on the screen, not the Microsoft Access Window.
H hm_cricha1 Guest Oct 18, 1999 #2 Put this code in the on open properties of your startup form, to hide the database window. Sub SetStartupProperties() ChangeProperty "StartupShowDBWindow", dbBoolean, False End Sub Caz
Put this code in the on open properties of your startup form, to hide the database window. Sub SetStartupProperties() ChangeProperty "StartupShowDBWindow", dbBoolean, False End Sub Caz
E Ed New member Local time Today, 18:23 Joined Oct 10, 1999 Messages 5 Oct 22, 1999 #3 Or Just go into the tool menu and select the sartup item, Then just uncheck the show database window check box. Ed
Or Just go into the tool menu and select the sartup item, Then just uncheck the show database window check box. Ed