G
Guest
Hi all,
I've got problems in creating indexes dealing upper case and lower case
strings as different strings.
So I find an ordered table like this
abcd
Adgr
aste
Feor
fast
Zytr
zero
when I need
abcd
aste
fast
zero
Adgr
Feor
Zytr
Something like the Database/Binary choice in the "Option Compare" VBA
directive.
I haven't found anything similar in creating indexes.
Can you show how to do this (if possible, of course).
Thanks in advance.
I've got problems in creating indexes dealing upper case and lower case
strings as different strings.
So I find an ordered table like this
abcd
Adgr
aste
Feor
fast
Zytr
zero
when I need
abcd
aste
fast
zero
Adgr
Feor
Zytr
Something like the Database/Binary choice in the "Option Compare" VBA
directive.
I haven't found anything similar in creating indexes.
Can you show how to do this (if possible, of course).
Thanks in advance.