sorting order in access

C

Chris Noë

Hi,

I'm working on access 2000 in a win2000 environment.

I have simple form with 2 fields : id and description.

The form is ordere by description in the query (goes to a Oracle table)

When I run , the descriptions are ordere in following mather :

A,a,B,C,...

On my users PC, starting the same mdb, the ordering is different :

A,B,C,....Z,a,b,....

Is there a setting in Access or Windows that determins the case sensitivity
when ordering a from ?

Chris.
 
Top