Question

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.

Was it helpful?

Solution 2

Add a web browser object (active x control). Navigate to about:blank, then call myBrowserObject.Document.Write("all yor html).

OTHER TIPS

see if tutorials at following link helps you

http://www.granite.ab.ca/access/email.htm

A2KSHTML.zip is an HTML Editor built around the MS Web Browser control.

In Access 2007 you can set a memo field's TextFormat property to RichText. See Insert or add a rich text field

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top