Avatar of Lawrence Salvucci
Lawrence Salvucci
Flag for United States of America

asked on 

Change email text to URL Link using CDO Email in Access Database

I'm trying to create a URL Link in my VBA Email code in my Access 2007 Database. I'm using CDO to email, not Outlook. How can I convert this string to a URL Link? The "LookUpAddress" is the actual address that I want to open google maps to when they click on the link in the email body.

"http://maps.google.com/maps?q=" & LookUpAddress & "&iwloc=A &hl=en"

Open in new window

Microsoft AccessVBA

Avatar of undefined
Last Comment
crystal (strive4peace) - Microsoft MVP, Access

8/22/2022 - Mon