How can you enter subscripts and superscripts in Access?

  • Thread starter Thread starter dogleg left
  • Start date Start date
D

dogleg left

I would like to store information in Access - the data has subsripts and
superscripts that are meaningful. How do I enter these in access? Will access
save them?
 
ACCESS 2003 and earlier versions do not have a rich text control/field, so
they cannot store superscripts or subscripts. ACCESS 2007 does have a rich
text control/field, so it will store them.

Stephen Lebans has a rich text control for the earlier versions of ACCESS.
See www.lebans.com website.
 
Rich text fields in Access 2007 are severely limited. They support a minimal
subset of html tags, mostly font and paragraph formatting. They do not
support sub and superscripts. Worse than just not displaying the text
correctly in a textbox with TextFormat set to Rich Text, Access sometimes
silently removes the unsupported tags when you edit that data. I resorted to
only allowing data edits with text boxes set to plain text format, so the
user has to edit the tags manually. Displaying the data in a form works
correctly in a web browser control, which supports all html tags, but that
control does not have a CanGrow property so it's not of much use in reports.
In that case I use a rich text box for the report, and unsupported html tags
are ignored.

I had assumed that Access' rich text fields would be more useful, and was
disappointed to discover these limitations after starting a project that
uses html for rich text.
 
Thanks for the info about rich text in ACCESS 2007, Paul. I have not used
rich text there, so your information is very useful.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top