Unicode List

D

Dirk Goldgar

Jim said:
Where can I find a list for Access 2000?

I don't follow you. The Unicode specification is not related to Access,
except in so far as Access can store text and memo fields in Unicode.
 
J

Jim

Hi Dirk, Thanks
Below is my code. I am using arial font trying to put an arrow that looks like a play button. I tried to use the code from my character map, but anytime i use a letter it busts, also i noticed that my character map from win xp does not match the output for that code.

Me!QuestSkipto = Me!QuestSkipto & ChrW(25B9) & " " & "Goto Q000" & vbCrLf
 
D

Dirk Goldgar

Jim said:
Hi Dirk, Thanks
Below is my code. I am using arial font trying to put an arrow that
looks like a play button. I tried to use the code from my character
map, but anytime i use a letter it busts, also i noticed that my
character map from win xp does not match the output for that code.

Me!QuestSkipto = Me!QuestSkipto & ChrW(25B9) & " " & "Goto Q000" &
vbCrLf

See my reply to your earlier followup question in the thread "Chr
Function syntax".
 

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

Top