T
TJ Dowling
I have a field that stores the path and filename of a document that is
related to the current record. I'm trying to give the user a button that
when clicked, will open the file in its native application similar to using
Windows Explorer and double-clicking on a filename.
How do I simulate this? I've tried the Shell() function but it expects an
executable and I may be passing an Excel or Word document instead of an exe.
Can SendKeys be used for this?
Thanks,
TJ Dowling
related to the current record. I'm trying to give the user a button that
when clicked, will open the file in its native application similar to using
Windows Explorer and double-clicking on a filename.
How do I simulate this? I've tried the Shell() function but it expects an
executable and I may be passing an Excel or Word document instead of an exe.
Can SendKeys be used for this?
Thanks,
TJ Dowling