PC Review


Reply
Thread Tools Rate Thread

Open .MDB without Startup screen by code

 
 
Albert
Guest
Posts: n/a
 
      29th Jan 2004
I'ld like to open another .MDB by coding and I don't want the startup screen
to be executed when .MDB is opened. I've tried by using
Application.OpenCurrentDatabase ... But startup screen is run. How can I
accomplish this task ?

TIA,
Albert


 
Reply With Quote
 
 
 
 
TC
Guest
Posts: n/a
 
      30th Jan 2004
I suspect there is no way you can do this, except to modify the other
database through code, to disable the startup screen. Something like:

(untested)

dim db as database
set db = dbengine.opendatabase ("path to other database")
db.properties![ShowStartupScreen] = false
set db = nothing
' now OpenCurrentDatabase.

Then, of course, you would have to restore that setting before the startup
sceen would work again.

HTH,
TC


"Albert" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'ld like to open another .MDB by coding and I don't want the startup

screen
> to be executed when .MDB is opened. I've tried by using
> Application.OpenCurrentDatabase ... But startup screen is run. How can I
> accomplish this task ?
>
> TIA,
> Albert
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoExec Code to Open Template Dialogue on Startup =?Utf-8?B?RGVybW90?= Microsoft Excel Programming 2 1st Mar 2006 02:10 AM
Curious screen at XP with SP2 startup - "Startup Screen.jpg" (0/1) 39.1 kBytes yEnc John Windows XP Help 0 29th Jan 2006 03:37 PM
Slow startup winxp; 2 min. from from Windows Startup to Welcome screen Karl Windows XP Help 12 16th Aug 2004 08:21 PM
Slow startup winxp; 2 min. from from Windows Startup to Welcome screen Karl Windows XP Performance 11 16th Aug 2004 08:21 PM
Startup Folder/Page/Screen Showing Ontop of Desktop on Startup =?Utf-8?B?V2F5bmU=?= Windows XP General 2 28th Dec 2003 05:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:12 PM.