I am trying to duplicate the process of double-clicking on a file in the Explorer window from within Access. For example, double-clicking a file called document.pdf will automatically open the Adobe reader and load the document.
I have tried to use the Shell command to accomplish this, but it seems to want to only work with executable files.
Is there a way to do this from within a VBA procedure?
Thanks
I have tried to use the Shell command to accomplish this, but it seems to want to only work with executable files.
Is there a way to do this from within a VBA procedure?
Thanks