Hi,
I have a textbox bound to a Hyperlink column of the table. Let me explain what i'm doing through the code. My textbox name is txtFileName.
txtFileName = "C:\temp.txt"
On the form i could see "C:\temp.txt" inside the textbox in blue underlined but when i click it, it just doesn't open the...