I have Microsoft Access 97 and I am trying to call Word documents from my program by using the text that would appear in a hyperlink path. Is it mandatory that I use DOS naming for calling these documents? Or, is there a way that I can use the actual text that would appear on a hyperlink? Note: The path is stored in a table on my database as a text field. These hyperlinks are stored on multiple databases without overlapping. I had previously tried storing the information as a hyperlink field, but when I use my createtable method, as a dbhyperlink instead of dbtext, it will not accept it, so I am writing a function to convert it before another program grabs it. Any ideas?
Thanks!
Thanks!