Launching a different database from a different db w/ vba 
Author Message
 Launching a different database from a different db w/ vba

I am trying to open up a different database w/ vba.  I am
aware of the hyperlink property, but I need some code to
run before it opens the database so it is not possible to
use in this instance.  How do I run/launch (not connect)
another database from a vba?


Mon, 19 Sep 2005 03:32:07 GMT  
 Launching a different database from a different db w/ vba

Quote:
> I am trying to open up a different database w/ vba.  I am
> aware of the hyperlink property, but I need some code to
> run before it opens the database so it is not possible to
> use in this instance.  How do I run/launch (not connect)
> another database from a vba?

Look in help for Shell() command.

BTW, if you want to run code before opening the second instance, you can
still use hyperlinking.  Just use . . .

some code
some more code
Application.FollowHyperlink "PathToFile"



Mon, 19 Sep 2005 05:30:24 GMT  
 Launching a different database from a different db w/ vba
Thanks for the help.

Quote:
>-----Original Message-----


>> I am trying to open up a different database w/ vba.  I
am
>> aware of the hyperlink property, but I need some code to
>> run before it opens the database so it is not possible
to
>> use in this instance.  How do I run/launch (not connect)
>> another database from a vba?

>Look in help for Shell() command.

>BTW, if you want to run code before opening the second
instance, you can
>still use hyperlinking.  Just use . . .

>some code
>some more code
>Application.FollowHyperlink "PathToFile"

>.



Mon, 19 Sep 2005 05:51:50 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Open database from VBA with different workgroup.

2. Copy Recordset from one Db to a different Db

3. Access 97 VBA v Access 2K VBA - different ?

4. ACCESS VBA - why different from other vba?

5. Different menu's for different users

6. Macro to set different margins on different pages

7. Userform size on different PCs/different resolutions- yikes!

8. What are these DISCO files and Why are they Different in different Directories?- Long Post-

9. SQL select different results on different forms

10. VB - Different behavior on different machines

11. Different color to different lines in textbox

12. Setting different tooltips for different TreeView nodes

 

 
Powered by phpBB® Forum Software