My app stores file names in a table on a server database. A MS Access front
end mdb tries to open these files using application.followhyperlink
strFileName.
Recently this has failed for .pdf files. But this is not the problem I wish
to address here (although suggestions and/or solutions are welcome).
I wish to bypass this error by using the shell function.
My question is how to retrieve the name of the program that is registered to
run a particular file extension (.pdf in this instance) from the registry on
the client computers.
Thanks
DT