Hyperlink field

R

Ray

I have a field of hyperlink data type in a form. In that field, I use
Insert Hyperlink to place the file path of file in the field. I would like
to place the linked files under the backend database so I can move the
backend database together with the files. Can someone advise me how to
accomplish it. In addition, in the hyperlink field, it shows the full path
of the file. How can I change it to a label "Click here to open the
record"?

Thanks,

Ray
 
A

Allen Browne

This is awkward, in that you are relying on the user to always insert a
relative link, not an absolute link.

Personally, I just use a Text type field. You can make it look and behave
like a hyperlink (in combination with the folder name), but you can easily
parse out the file from the local/network path, and you are then guaranteed
that the file name works with whatever the path happens to be in future.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top