Hi. Access by default will ignore case. Is the A or a the first charachter?
If you convert the first charachter to ascii, A gives 65, and a gives 97, so in a query, if your field is called part, you could do this:
asc(left (part, 1)) <> 65.
ChaZ
There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.