Results 1 to 6 of 6
  1. #1
    DMT Dave is offline VIP
    Windows 10 Access 2016
    Join Date
    May 2018
    Posts
    1,191

    Remove Ctrl + Click From Hyperlink

    Hi Guy's is there a method to remove the option for removing the ctrl from a html link so a user can just click rather than using ctrl + Click to follow hyperlink ?, just thinking of someone needs to use a mobile for example where using ctrl is more difficult



    All works great otherwise

    Is it the href part that may remove the ctrl + Click ?

    Or can I break the HTML code and add an address from a string then continue with html code ?

    Code:
    .HTMLBody = a & "<br>" & "<br>" & b & "<br>" & "<br>" & c & "<br>" & "<br> " & _d & "<br>" & e & "<br>" & "<br>" & f & "<br>" & "<br>" & g & "<br>" & "<br>" & h & "<br>" & "<br>" & _
    i & "<br>" & "<br>" & d & "<br>" & j & "<br>" & "<br>" & k & "<br>" & "<br>" & _
    l & "<a href=" & Q & BookingLink & Q & "> https://www.removedonhere </a>" & m & "<br>" & "<br>" & _
    n & "<br>" & "<br>" & o & "<br>" & "<br>" & p & "<br>" & "<br>" & r & "<br>" & "<br>" & s & "<br>" & _
    "<P><IMG border=0 hspace=0 alt='' src='file://T:/Folder/Our Email Signature.jpg' align=baseline></P>"
    .SendUsingAccount = OutAccount
    .Display

  2. #2
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,778
    Pretty sure that is controlled by the application containing the hyperlink, so if Word, it's a Word option; Outlook, Outlook option - that you can turn off. I think you'll have to test using whatever phone and apps will be involved for this to know if it will be an issue.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    DMT Dave is offline VIP
    Windows 10 Access 2016
    Join Date
    May 2018
    Posts
    1,191
    Thanks Micron, I will have a look at outlook settings

  4. #4
    DMT Dave is offline VIP
    Windows 10 Access 2016
    Join Date
    May 2018
    Posts
    1,191
    Thank you, it is in settings and now unchecked, thank you

  5. #5
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,778
    Nice, but you probably can't control this in apps used by other people. I guess this just for you.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  6. #6
    DMT Dave is offline VIP
    Windows 10 Access 2016
    Join Date
    May 2018
    Posts
    1,191
    I have tested sending to my phone and can open it just by pressing the link works great

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

Similar Threads

  1. populating emails using on click event of hyperlink
    By Ultimateneo in forum Programming
    Replies: 1
    Last Post: 11-21-2020, 02:34 PM
  2. Replies: 3
    Last Post: 09-16-2019, 06:48 AM
  3. Replies: 7
    Last Post: 08-22-2013, 05:24 PM
  4. Print reports in a tab ctrl in a tab ctrl
    By marcsessoms in forum Reports
    Replies: 1
    Last Post: 02-18-2012, 12:15 AM
  5. Allow right-click on Hyperlink to edit?
    By ThomasH in forum Access
    Replies: 3
    Last Post: 05-26-2011, 06:38 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