How to ignore accents in a query?

P

Patrick Levy

Hi

I'm trying to do a query in access 2000 that ignores accents in this search

for example: SELECT * FROM EMPLOYEES WHERE NOME = 'LUIZ'

and a like this brings me both LUIZ and LUÍS, althoug I can guarantee the
serach strings will not contain any accents, the database field "NOME" may
cointains strings with accents.

Obviosly if I use some replace function i have to considerate every accent
(ÁÀÉÍÓÚÉÇ etc.)

Any ideias?

TIA

Patrick
 

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