E
Ernie
I am using access 2k to select records from a 3rd party
database (through odbc). In several tables, the 3rd party
has used 2-character codes to define record types. Among
these codes are both upper and lower case characters each
representing different record types. E.G. (1A) is not
the same as (1a). In my query, I want to select only those
record types with uppercase codes (i.e. I want only the
(1A) codes, not the (1a)'s).
In my query criteria, I have this:
In ("1A","1B","1H","1O","1S")
but the query is pulling all of the lowercase codes as
well as those listed above.
I cannot find anything helpful in either Access Help or in
the various access books that I've been reading through.
How can I get my queries to select just uppercase when
looking for letter codes like the above?
Changing the table from the 3rd party is not an option.
database (through odbc). In several tables, the 3rd party
has used 2-character codes to define record types. Among
these codes are both upper and lower case characters each
representing different record types. E.G. (1A) is not
the same as (1a). In my query, I want to select only those
record types with uppercase codes (i.e. I want only the
(1A) codes, not the (1a)'s).
In my query criteria, I have this:
In ("1A","1B","1H","1O","1S")
but the query is pulling all of the lowercase codes as
well as those listed above.
I cannot find anything helpful in either Access Help or in
the various access books that I've been reading through.
How can I get my queries to select just uppercase when
looking for letter codes like the above?
Changing the table from the 3rd party is not an option.