Foreign Characters

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,
How can I make it so that users can enter non-English
characters. Whilst the bulk of information is in English
we have some people who have characters like a U with 2
dots over it and an e with an accent. We can't just put
them in English in case the people complain.

I need to allow a way of entering these into my
Access .adp forms.

Thanks
Chris
 
Hi:

Make sure your SQL Server data types have a 'n' before them like nvarchar,
ntext etc - this allows for Unicode charactes to be saved.

Regards,

Naresh Nichani
Microsoft Access MVP
 
Back
Top