Results 1 to 3 of 3
  1. #1
    markjkubicki's Avatar
    markjkubicki is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jul 2010
    Location
    Fire Island Pines, NY
    Posts
    496

    formula to display the address of a hyperlink

    Is there a formula that will display in a form (or query) the ADDRESS of a hyperlink field ?



    That is to say, I have a table with a hyperlink field (some of the links "appear" to at random loose their address portion; the displayed text portion in tack...) (This is a patch to a problem that, at the moment, I just need to make easier to deal with, so if the query is curious... i get it) To make fixing them easier, I just want to be able to see what ACCESS thinks the address is as I move thru the records (there's only a 100 or so records, not thousands...)

    So I want to add to a form, that already has a textbox whose control source is [CatalogSheetLink], another textbox with the formula (below) as the control source (or more specifically, a formula that work; this one returns the dreaded #name? error)

    Code:
    =HyperlinkPart([CatalogSheetLink],[acAddress])
    Can I get an assist on what the formula actually ought to be (PLZ)
    With thanks in advance,
    Mark

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I ended up using the number instead of the text for "acAddress" because I used a query for the form record source.

    Something like this???
    Attached Files Attached Files

  3. #3
    markjkubicki's Avatar
    markjkubicki is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jul 2010
    Location
    Fire Island Pines, NY
    Posts
    496
    EXACTLY !!!
    thnx

Please reply to this thread with any new information or opinions.

Similar Threads

  1. VBA to assign address to Hyperlink
    By jip911 in forum Programming
    Replies: 3
    Last Post: 08-02-2018, 04:33 PM
  2. Code doesn't add hyperlink address
    By zipaway in forum Programming
    Replies: 6
    Last Post: 07-03-2014, 06:40 AM
  3. Replies: 3
    Last Post: 01-17-2013, 10:43 PM
  4. Adding additional info to a hyperlink address
    By Greyhound in forum Access
    Replies: 4
    Last Post: 07-02-2012, 02:36 PM
  5. Replies: 4
    Last Post: 04-14-2012, 07:22 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums