One field of the table is a memo field that contains the full path of a file.
I am to display the path as a hyperlink in a form in datasheet view.
This is what I have done in the Property window for that column:
- Is Hyperlink: Yes
- Display as Hyperlink: Always
Now the value of that column does display like a hyperlink, in blue color and with a underline. But if I click the hyperlink, it does not take me to anywhere.
There is a property named "Hyperlink Target", which I think must be the place to fix that. But nowhere can I find documentation for the value for this property. I tried "_blank" as if it were Html, but it fails. Can anyone tell me what is supposed to be in that property so that the hyperlink will work?
Thank you!