TheSearcher
Registered User.
- Local time
- Today, 02:08
- Joined
- Jul 21, 2011
- Messages
- 408
Hello All,
I have a procedure called eMailit in an Access 2010 database that sends emails.
eMailIt(ByVal eMailBody As String, ByVal emailAddress As String, ByVal SenderCode As String)
The syntax I use to call the procedure is:
eMailIt "file:///c:\Myfolder\notes.doc", "YourEmail@YourServer.com", "E"
When I receive the email the eMailBody contains the actual path (c:\Myfolder\notes.doc). How can I set the 'text to display' to read "Notes"? The idea is to have the user click on "Notes" and then be taken to the actual path.
Thanks in Advance,
TS
I have a procedure called eMailit in an Access 2010 database that sends emails.
eMailIt(ByVal eMailBody As String, ByVal emailAddress As String, ByVal SenderCode As String)
The syntax I use to call the procedure is:
eMailIt "file:///c:\Myfolder\notes.doc", "YourEmail@YourServer.com", "E"
When I receive the email the eMailBody contains the actual path (c:\Myfolder\notes.doc). How can I set the 'text to display' to read "Notes"? The idea is to have the user click on "Notes" and then be taken to the actual path.
Thanks in Advance,
TS