G
Guest
I am writing a database that needs to import scientifica data in one unit,
convert it into SI Units and display these values on the reports. There is
no problem doing the maths, the problem I am having is that the unit of
measure field that needs to be displayed alongside the values contains
letters from the Greek alphabet (e.g. Mu) and superscript characters, e.g.
106/ul should display as 10 with the 6 in superscript and the u should
display as the Greek character Mu.
Word and Excel can display these values OK, but if you copy and paste cells
from Excel into an Access table it appears as 106/ml ! I was thinking of
substituting the problem characters with punctuation characters so that I
could then parse the data when reporting and manipulate what is displayed in
code in an effort to get it to show correctly, but to further compound the
problem I appear to be unable to reporoduce letters from the Greek alphabet
on reports (even when choosing a font such as Arial Greek) and cannot show
superscript text.
Any help appreciated
convert it into SI Units and display these values on the reports. There is
no problem doing the maths, the problem I am having is that the unit of
measure field that needs to be displayed alongside the values contains
letters from the Greek alphabet (e.g. Mu) and superscript characters, e.g.
106/ul should display as 10 with the 6 in superscript and the u should
display as the Greek character Mu.
Word and Excel can display these values OK, but if you copy and paste cells
from Excel into an Access table it appears as 106/ml ! I was thinking of
substituting the problem characters with punctuation characters so that I
could then parse the data when reporting and manipulate what is displayed in
code in an effort to get it to show correctly, but to further compound the
problem I appear to be unable to reporoduce letters from the Greek alphabet
on reports (even when choosing a font such as Arial Greek) and cannot show
superscript text.
Any help appreciated