So I found a 4-year old post regarding HTML tags supported by Access 2007 for formatting of RTF.
That post states that the supported tags are limited to:
<div>,<font>,<strong>,<em>,<u>,<ol>,<ul>,<li>,<blo ckquote>
And, styles/attributes per tag:
<font>: face, size, color, style(with BACKGROUND-COLOR only)
<div>: align, dir
I have been doing some hit and miss format attempts and maybe this really is it? Very limited if that is indeed the case.
I have a project where I would really like to be able to format some text (stored in a memo field) as an HTML table when displayed in an RTF report field. To try and display the information any other way which clearly represents the relation is just ugly and a lot of work, but may be necessary if I cant figure this out. It is clear that HTML table tags are not recognized, and I can't come up with a combination using <DIV> that will work since it appears most of those style attributes (like float) are ignored. Has anyone dug into what Microsoft really supports? I can't seem to find an authoritative source anywhere that makes clear what is and is not supported regarding ACCESS RTF.
Regards,
Doug