Unicode List

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
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".
 
Back
Top