I’m creating a form on MS Access 2003 that will send out a html email newsletter to a list of email addresses. How do I put a preview button into my form that will let me preview my email before I send it? I think I have to use an active-x control, but I have no idea where to start.
Share
Add a web browser object (active x control). Navigate to about:blank, then call myBrowserObject.Document.Write(“all yor html).