View Full Version : Add hyperlink to SendObject message text


Fiona H
10-30-2006, 03:58 AM
I have a form which sends an email when closed using a button with a SendObject macro on it.

I was hoping to put a hyperlink in the message text, but I don't seem to be able to make it be a hyperlink and not simply appear as the file path in text.

I have looked at other posts and used things like the # sign, but to no avail. Could anyone help me?

freakazeud
10-30-2006, 07:17 AM
Hi,
the SendObject method is very limited...for one it can only send plain text emails...so you might need to look for an alternative to achieve what you are trying to do. A good start is this discussion (http://www.utteraccess.com/forums/showflat.php?Cat=&Board=89&Number=1211794&Zf=&Zw=hyperlink%20email%20html&Zg=0&Zl=a&Main=1201334&Search=true&where=&Zu=64822&Zd=l&Zn=&Zt=7&Zs=b&Zy=#Post1211794&Zp=)!
HTH
Good luck