No way to make Access case sensitive?

  • Thread starter Thread starter Paul Blay
  • Start date Start date
P

Paul Blay

I know about instr and such like functions but they are hardly a
smooth solution for large databases. Basically I am working with
somebody else's database that _is_ case (and hiragana vs
katakana)* sensitive.

* The two phonetic forms of Japanese writing, they are
somewhat analogous to capital vs lower case.
 
In Access, 'text' fields can have up to 255 characters, and
are not case sensitive. 'binary' fields can have up to 255/510
characters, and are case and character sensitive.

'Memo' fields can have up 2GB, and are not case sensitive.
'Binary large object' fields can have up to 2GB, and are
case and character sensitive.

Use 'ALTER TABLE' queries to add 'binary' fields to an Access
table.

Here is a KB article that mentions some of the options:

How To Perform a Case-Sensitive JOIN Through Microsoft Jet
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q244693

(david)
 

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

Back
Top