|
|
Question : Show/Not Show MsAccess Screen on Startup
|
|
I have an applications i am developing in Access 7.0. I need to know how can I and the users skip the presentation Screen of MS Access. Can I do that with a .mda ardchive? If so, how? If not, then how? I want a simple explanation.
|
Answer : Show/Not Show MsAccess Screen on Startup
|
|
Instead of viewing the borring Microsoft Access splash screen, you can display a graphic of your own. To do this, simply create a .BMP file with the same name as your application, and place it in the samd directory as your application. For example, your database is C:\Personal\Address.MDB, so create a BMP C:\Personal\Address.BMP.
This picture can be any bitmap at all. If you don't want any picture displayed, maybe you could create a blank BMP in Paint, and save that.
Hope this helps.
|
|
|
|
|