Microsoft Access text boxes can be configured as \"Rich Text\", allowing the user to apply formatting such as bold text or different font sizes. Internally, this \"rich text
The following link lists ALL formatting options that are supported by Access (2007):
http://office.microsoft.com/en-us/access-help/insert-or-add-a-rich-text-field-HA010014097.aspx
In order to get a list of HTML tags, styles etc., I would suggest storing lines of text that have ALL formattings and then check its HTML (e.g. one record per each formatting option - total 16).
...I did it by myself and here is a list of supported HTML tags:
,,,,,,,- ,
And, styles/attributes per tag:
: face, size, color, style(with BACKGROUND-COLOR only)
: align, dir