Is there a way to convert query text results as hyperlink?
I have two text fields, MyPath and FileName
Can I concatenate these fields into a query result that is a hyperlink?
I've looked at the Format function, but can't find any reference to formating my concatenated field to hyperlink data type.
Thanks!
Hefly
I have two text fields, MyPath and FileName
Can I concatenate these fields into a query result that is a hyperlink?
I've looked at the Format function, but can't find any reference to formating my concatenated field to hyperlink data type.
Code:
MyPath: ("." & "\" & [Path] & "\" & [FileName])
Thanks!
Hefly