HTML emails

angoni6

New member
Local time
Today, 18:09
Joined
Apr 18, 2016
Messages
7
I have a database and am supposed to send emails in two categories
The first one is as a .pdf attachment (this one no problem). The second is supposed to be a normal email but with all the formatting that goes along with the .pdf file. I know the way to go is HTML format of which I am failing to put to work. I have some little knowledge in html coding. The main problem is how to refer to fields in the current Form and give them the format they require e.g font color size bold and the like. Your assistance is much appreciated
 
The main problem is how to refer to fields in the current Form and give them the format they require e.g font color size bold and the like.

CSS (http://www.w3schools.com/css/) is how you style HTML. As for somehow converting the formatting from an Access form to a string of HTML--I know of no utility and sure it doesn't exist.

Most likely you will have to compose your email and duplicate the formatting with CSS that you have on the form. My advice is to compose the email you want without the formatting--just get the data in there in the position you want it. Then focus on the formatting.
 
Thank you for your reply. I have managed
 

Users who are viewing this thread

Back
Top Bottom