ActiveWorkbook.FollowHyperlink "C:\Abc.accdb", NewWindow:=True
Thank you ??If you mean physically open the file:
Code:ActiveWorkbook.FollowHyperlink "C:\Abc.accdb", NewWindow:=True
Note you need to include the full directory path as well as the file name and extension.