Splash screen - stop!?

C

C Tate

When I start my database I get a splash screen. Is it possible to turn it
off? If so, how? Thanks in advance.
 
S

Steve Huff

Create a bmp file that you want to use to replace the splash screen if you
want nohting just create a really really small blank BMP with nothing to it.
In whatever directory you database is in put the bmp file with the same name
as the database:

for example if your mdb is mydatabase.mdb then you'd put mydatabase.bmp in
the same directory.

--Steve Huff
 
Top