Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I've created a query in Access2000.
This is the query:
SELECT codes.CODE
FROM codes
WHERE (((codes.CODE)="aDss");
I get "adss", "Adss", "ADss", ... as result.
I just want the records where the code is "aDss".
Is it possible to create a case sensitive query?
Thanks!
I've created a query in Access2000.
This is the query:
SELECT codes.CODE
FROM codes
WHERE (((codes.CODE)="aDss");
I get "adss", "Adss", "ADss", ... as result.
I just want the records where the code is "aDss".
Is it possible to create a case sensitive query?
Thanks!