Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hyperlinks in an Email message

Status
Not open for further replies.

rewdee

Programmer
Aug 17, 2001
295
US
Good Afternoon,

I am using Access 97 and automation of Outlook. I am
sending an Email with a link in it. Unfortunately the
link has some spaces in it and as a result the hyperlink
only goes until it gets to a space and hence the hyperlink
does not work.
Example: <a href>server/folder/begin</a> rest of file name

Does anyone know how to create a link in a mail message
(the mail message cannot be in html but as TEXT only)?

Appreciate it.
Thanks,
Bill N
.

 
Have you tried replacing the spaces with the string %20 which seems to represent a space in certain Hyperlinks I have seen. Sandy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top