I do some operations including a filecopy to move an excel document from one directory to the users choice. Once done I snatch this filepath so that the user knows where it is. I wanted it to be a hyperlink on my form, that is the path once clicked should go to this excel file.

I tried:

Me.txtLink = "#" & blah blah & "#"

makes this text box a link...in access...
what about in vb?

Jon