Microsoft Access Applications
March 9, 2005 1:15 PM
Subscribe
How do I implement a more custom look for a Microsoft Access database?
I have built a Microsoft Access database, and need to roll it out to multiple people. It is a local only database, but it utilizes three seperate MDB files, one of which is an interface file.
Is there any way I can make it so the interface file looks more like an application than an Access database? ie. Can I remove the background window, and only show form windows? What can be done to make it look better than what it does?
posted by benjh to computers & internet (3 comments total)
There you can designate a form to open at launch, which you separately (in the form's own definition) set to maximize upon opening. This will fill the window the opening form. Make sure all your forms maximize to maintain consistency. This is done with your choice of VB code or with macros.
You can also turn off various tool bars with that startup menu to keep people from breaking things. It's not significant security, but it reduces the chances of malice-free accidents happening and simplifies the interface that your users see.
After making changes like these, to open your app in the more familiar development view you must hold down the shift key during the entire process of opening the file, such as when double-clicking your database file in Windows Explorer or on your desktop.
posted by NortonDC at 5:41 PM on March 9, 2005