Results 1 to 4 of 4
  1. #1
    Sonu is offline Advanced Beginner
    Windows 7 64bit Access 2016
    Join Date
    Aug 2019
    Posts
    35

    Hyperlink Field click does not work in a Linked Table

    Hello All,



    I have a table having a column with Hyperlink data type. There were certain entries/files location into this column which were not opening/working while clicked. Hence, I updated those entries with the following: [column] & "#" & [column]. After this update, I was able to click and get the desired file open.


    I have a front-end database where the above table has been imported as a Linked Table. But, all those entries which I had fixed (in the main table) does not seem to be work in this linked table. I can open the files in the main table but if I click on the same file in a linked table, it does not work and gives an error - Cannot open the specified file.


    I have refreshed the linked table and also tried deleting and importing as a fresh, but still no help.

    In the error messages, I also noticed a difference - One error shows the document/file name as it is and another error replaces the space in the file name with a string '%20'. See attached.


    Thank You,
    Attached Thumbnails Attached Thumbnails MS Access 2016 - Hyperlink Issue.png  

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    A hyperlink field value has 3 parts separated by #. http://allenbrowne.com/casu-09.html

    Don't know if the second # to define the third part will make a difference.

    It is odd that failed links show difference in display of space.

    I don't use hyperlink field type because of its testiness. I would use a normal text field and intrinsic FollowHyperlink function or construct hyperlink with concatenation expression in query or textbox. Then make sure textbox IsHyperlink property is set to Yes.

    Another link to review http://allenbrowne.com/func-GoHyperlink.html

    Last edited by June7; 09-16-2019 at 11:19 AM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Sonu is offline Advanced Beginner
    Windows 7 64bit Access 2016
    Join Date
    Aug 2019
    Posts
    35
    Thank you for the inputs. I will probably try another way to handle this.

  4. #4
    orange's Avatar
    orange is online now Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    I see this thread is marked SOLVED, but you have not provided any details nor confirmation of the solution. Since this forum supports a broad community, current and future, please provide some info related to your solution. It may help someone.

    It appears that you have some combination of pain text and encoded HTML ( URL encode/decode).

    Good luck with your project.

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

Similar Threads

  1. Replies: 3
    Last Post: 04-18-2019, 09:54 AM
  2. Replies: 1
    Last Post: 09-04-2018, 02:24 PM
  3. Hyperlink field and linked files management
    By eugenioca in forum Access
    Replies: 5
    Last Post: 09-18-2017, 11:11 AM
  4. Linked Table Manager does not work in 2010 runtime
    By OnlyTrevor in forum Programming
    Replies: 2
    Last Post: 10-25-2012, 02:25 PM
  5. Using Linked Table Manager --Can't get it work
    By cccgsmith in forum Access
    Replies: 6
    Last Post: 03-11-2009, 06:43 AM

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