Opening another database using a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am looking to open other database from a Form.

Is there VB code other there that does this ??

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

For more control, see help on Shell.
 
Back
Top