Sam Summers
03-11-2003, 10:50 AM
I am trying to insert a hyperlink in an Email so users can click on it to download the snapshot viewerif they wish.
I have this line of code which looks fine, but the link doesn't work.
DoCmd.SendObject acSendReport, stDocName, "SnapShot Format(*.snp)", , , , "Equipment Manifest", "Please find attached Equipment Manifest.If you are unable to view this attachment then please download the viewer free from the Microsoft website by clicking on this link http://download.microsoft.com/download/access2000/viewer/1/win98/EN-US/SnpVw90.exe", True
I obviously cannot be actually creating a link, only inserting the text.
Thanks for your help
I have this line of code which looks fine, but the link doesn't work.
DoCmd.SendObject acSendReport, stDocName, "SnapShot Format(*.snp)", , , , "Equipment Manifest", "Please find attached Equipment Manifest.If you are unable to view this attachment then please download the viewer free from the Microsoft website by clicking on this link http://download.microsoft.com/download/access2000/viewer/1/win98/EN-US/SnpVw90.exe", True
I obviously cannot be actually creating a link, only inserting the text.
Thanks for your help