Hello. I have been developing a reporting system in Access, and want to hide the database window before distributing the file to the users. I've tried using the settings on the Startup dialog box, and I've also tried setting the "StartupShowDBWindow" property programmatically via VBA, but nothing happens. I don't get any error messages, but the database window stays visible. Any suggestions Thanks

Hiding the Database Window
rternier
Make sure you make a back up, you don't want to lock yourself out.
Sumit_Dagar_8eba6d
Try this:
Put this code somewhere in the start up, or in the initial startup form. This code will actually hide the database window at anytime.
thundur
Imesh
the emrah
Hi,
That's odd! Have you set up user groups as it could be, although can't be sure, that you may have admin permission to the database and so the database window is shown. While other users the database window isn't displayed, do you have a test machine to try out what the user will see when they run the database, if so try the database out.