I have a database with a field that is set up as a hyperlink. That works fine. Now I want to extract part of that field using a query that strips off the filename, leaving only the directory. The field I created in the query is called goto.
goto: (Left([path],(Len([path])-1-Len([filename]))) & "#"
The name of the directory comes out right in the query, but how do I turn it into a hyperlink so I can click on it and jump to my directory??
Thanks,
Tom
goto: (Left([path],(Len([path])-1-Len([filename]))) & "#"
The name of the directory comes out right in the query, but how do I turn it into a hyperlink so I can click on it and jump to my directory??
Thanks,
Tom