Search results

  1. Q

    Browse and display in hyperlink textbox

    I found the answer to my question on stack-overflow: Search for "Access - Hyperlinks aren't linking" Turns out you need to concatenate #'s before and after the hyperlink address for it to work properly as a hyperlink. for example: Dim NetAddress As String Me.TextBox1.Value = "#" &...
  2. Q

    Browse and display in hyperlink textbox

    Hey all, I still can't figure it out. Any ideas? I'm running Access XP on Windows XP, and this problem happens with both the Browse Directory and Browse Files functionalities. Thanks, I appreciate your help.
  3. Q

    Browse and display in hyperlink textbox

    Hi James, Thanks for the quick reply. I tried your suggestion, it didn't work, unfortunately. I tried it at the end of the ParseFileName Function, and on TextBox_Exit (just to test). I'm going to try to troubleshoot this today, and if I come up with an answer, I'll post here. -Q
  4. Q

    Browse and display in hyperlink textbox

    Hi all, I'm trying to use ghudson's browse button in a form on MS Access. It works well, but I'm running into a tiny bug after implementing it into my database. I am able to browse, I am able to select a file, and am also able to have it display into the hyperlink textbox. However, when I...
Back
Top Bottom