Opening another database using a form

P

Paul

Hi

I am looking to open other database from a Form.

Is there VB code other there that does this ??

Thanks in adavnce
 
A

Allen Browne

You could open C:\MyFile.mdb with:
FollowHyperlink "C:\MyFile.mdb"

For more control, see help on Shell.
 
Top