Supressing Splashscreen

G

Guest

I'm trying to open various Access DBs from Excel and I was wondering if theres
a way to supress splashscreens and other runtime events.

I can open the DB and refer to its object model.
But I don;t know the equivalent of the Excel command

Application.EnableEvents = False

Which turns off any open even or code that might run, like a startup screen
from an external ap.

Is there an Access VBA command to supress code running in another DB or ap?
(e-mail address removed)
 
D

Douglas J. Steele

If you store a bitmap with the same name as your database in the folder
(i.e.: if your database is named MyDB.mdb, have a file MyDB.bmp in the same
folder), and that image will be used instead of the standard Access startup
screen. If you make the image 1 pixel by 1 pixel, it should be noticed.
 
G

Guest

Thanks. But the problem is I would be batch processing files and couldn't make
a bitmap for ever db in every folder and subdirectory. Isn't there a command to
supress a splashscreen so no code would run?
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top