Subscipt / Superscript Characters in a Table

ndeans

Registered User.
Local time
Today, 17:56
Joined
Jun 5, 2006
Messages
39
Howdy all, looking to see if it is possible to store text in a table that includes subscript / superscript characters.

As an example; need to indicate the units of measurement for some data and therefore need to be able to pull data from the table such as the following:
kg/m2, m/s2 etc. In both these case i need the 2 character to be superscript.

I'm trying to make this an automated process so pulling it directly from the database in the correct format would be easiest solution for me, so a method of storing the data as a text string would be ideal.

Otherwise i imagine a rather difficult VBA function will be involved

Many thanks in advance for any assistance.
 
First of all, never expose the table to the users.
Next, as far as I know, in Access is not possible to format the text this way (at least until 2007).

I am thinking to an work around:
Create small pics for measurement units (can't be very much... 3,4, ... 10) and show this pictures in the form/report.
 

Users who are viewing this thread

Back
Top Bottom