MasterTraveler
Programmer
Hello. This is a seemingly simple thing that has been driving me batty for the last couple of days.
I have a database (Access 2000) full of hyperlinks to files located on a network drive. Some of the files are ".txt", but most are not. The files I'm working with have all different kinds of extensions (or no extension at all), but all contain plain text. When I open a hyperlink to a file with the ".txt" extension, it opens in Notepad without any problems. However, when a hyperlink to a non-txt file is clicked, Access does not even attempt to open the file. Instead it displays this message:
"Unable to open G:\path_to_file\filename.rtdiojn. No program is registered to open this file."
It would be nice if I had the option to open the file in the editor of my choosing, but I've looked everywhere for an option like this and it does not seem to exist. The extension varies from file to file most of the time, as many are randomly generated, so I cannot assign Windows to associate them with Notepad. I'm not allowed to tamper with the files themselves either, so changing all the files to ".txt" is also not an option.
I was thinking maybe a macro or VB script of some type. Anyone have any ideas, or had success with a similar issue?
I have a database (Access 2000) full of hyperlinks to files located on a network drive. Some of the files are ".txt", but most are not. The files I'm working with have all different kinds of extensions (or no extension at all), but all contain plain text. When I open a hyperlink to a file with the ".txt" extension, it opens in Notepad without any problems. However, when a hyperlink to a non-txt file is clicked, Access does not even attempt to open the file. Instead it displays this message:
"Unable to open G:\path_to_file\filename.rtdiojn. No program is registered to open this file."
It would be nice if I had the option to open the file in the editor of my choosing, but I've looked everywhere for an option like this and it does not seem to exist. The extension varies from file to file most of the time, as many are randomly generated, so I cannot assign Windows to associate them with Notepad. I'm not allowed to tamper with the files themselves either, so changing all the files to ".txt" is also not an option.
I was thinking maybe a macro or VB script of some type. Anyone have any ideas, or had success with a similar issue?