To anyone who can help,
How do you add a hyperlink in a message that you send out in Access (vbscript)? After sending a message out to a specific person, i want to include a link in that message so that the recipient can click on it to open the database. I prefer not to use html. I also have Lotus Notes as the e-mail client. This is the code I currently have:
stBody = "Click on the link below to open the database:" & vbCr
stBody = stBody & "\\S:\Common\QualityControl\QCTrack.mdb"
Any help would be greatly appreciated.
Thanks,
Stupiet
How do you add a hyperlink in a message that you send out in Access (vbscript)? After sending a message out to a specific person, i want to include a link in that message so that the recipient can click on it to open the database. I prefer not to use html. I also have Lotus Notes as the e-mail client. This is the code I currently have:
stBody = "Click on the link below to open the database:" & vbCr
stBody = stBody & "\\S:\Common\QualityControl\QCTrack.mdb"
Any help would be greatly appreciated.
Thanks,
Stupiet