How to convert special charaters &# ;

R

Ralph

I've a dbase with access 2000 containing Names & First names that I receive from my mailing list
my problem is that some characters appears in the following form
(where 000 are values

For instance in González, á is for the a spanish "a",
What I would like is to convert all those special characters in the correct letter
(I tried to export the dbase in other format but I still can't figure out how to see in correct format)
 
R

Rebecca Riordan

You can do it with update queries, but that would be tedious. A better
solution would probably be to write a little VBA procedure that manually
replaces the characters. Check online help for the Left, Right and
Substring functions (I never remember the syntax <eg>)

HTH

--
Rebecca Riordan, MVP

Designing Relational Database Systems
Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step

http://www.microsoft.com/mspress

Blessed are they who can laugh at themselves,
for they shall never cease to be amused...

Ralph said:
I've a dbase with access 2000 containing Names & First names that I receive from my mailing list,
my problem is that some characters appears in the following form
(where 000 are values)

For instance in González, á is for the a spanish "a",
What I would like is to convert all those special characters in the correct letter.
(I tried to export the dbase in other format but I still can't figure out
how to see in correct format)
 

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