Background
Total Access Emailer is the world's most popular Microsoft Access email add-in product and VBA code library. Simplify the way you communicate with your contacts, and easily share the data and reports from your Microsoft Access databases with personalized emails for each recipient.
Question
How do I insert an HTML link into the email message with Total Access Emailer?
Answer
Inserting a link into an HTML message with Total Access Emailer for Microsoft Access can be done simply by inserting the HTML markup code for it.
- Within the HTML tab of the Total Access Emailer settings editor, press the button for "Display Code".
- Insert your HTML link in there like this (for example):
<html>
<body>
<a href="www.fmsinc.com">FMS</a>
</body>
</html>
- Then press "Hide Code".
- Finally, preview or send the message. The link will display the text as a clickable link within the email message.
Other options include creating the HTML message in a separate editor and referencing the HTML within an MS Access table field or external file. For more information please see the Manual in Chapter 4: Creating Blasts.
For creating HTML pages, Microsoft Expression Web is a very helpful product. It is available as a free download.
Comments
0 comments
Please sign in to leave a comment.