Getting rid of the Access splashsreen on startup

C

carey

How do I get rid of the standard Access splashscreen on
startup? I'd like my application to go straight to my
opening form without anything else popping up first. But
right now, I briefly see the Access splashscreen before
anything else happens.

Thanks

carey
 
P

Paul Overway

Create a small bitmap and give it the same name as your database, and place
it in the same folder as your database. The bitmap will be displayed
instead of the Access splash screen
 
B

Bruce M. Thompson

Create a small bitmap and give it the same name as your database ...

In case someone doesn't find that clear, that means that if your application is
named "MyApp.MDB", name the bitmap "MyApp.BMP".

:)
 
Top