Ah, my friend ADesii to the rescue again :)
Ok, this is what's happened.
First I made sure the reference was set. It was because of the image button you helped me with.
Then I tested it by picking a file with the file chooser (like the one you helped me on, and is working just fine) and the link works properly.
Then I copied a path directly into the table (to make sure the table wasnt the problem) and that link worked properly.
That left me with the previously imported links giving me an error message that the file http://
my local path cant be found.
So the only two conclusions I could come up with was the table wasnt properly converting the paths (which werent originally set up as hyperlinks) or something was wrong with the imported paths -- so I did a little digging...
Because of where these links came from, I assumed the paths were accurate -- That was where the error originated. The vast majority of them are wrong in some subtle way or another. Now I just have to decide whether to leave the field as a hyperlink or just text. I'm leaning toward text because no one expects functionality out of text (it still gives them an idea where to look for the file). But a hyperlink that only works 10% of the time is going to just be annoying.
I hope you (and other readers of this post) dont view the outcome of this post as a waste of time. The process is teaching me some logical steps to more thoroughly test my work, and I find that to be invaluable. I still have a long way to go, but I am learning, right?
Thanks again for all your help and patience!
Quote:
Originally Posted by ADezii
I provided a solution for a User who was having a very similar problem in dealing with Hyperlinks in general. Download the Test Database that I used to demonstrate how to Select Files, Write them to a Text Box as a Hyperlink, then Save them to the underlying Table as Hyperlinks. The code is very simple and uses the Office Dialog as the preferred Method of selection. Be sure to set a Reference to the Microsoft Office X.XX Object Library. Let me know how you make out. Good Luck!