LeonelSanchezJr
Programmer
My table has a mixture of Upper and Lower case values in my SearchField.
Example:
SearchField contains:
Albert
Alvaro
ALBINA
alice
I want to enter: "alvar"
and have the program locate the record containing: Alvaro
I tried setting Near On, but I wind up getting "Albert" back instead of "Alvaro" even if I enter "alvaro". I need to be able to have the search NOT be case sensitive.
I have tried adding UPPER() and or LOWER() to my Search Text fields and command line, but it was no help.
Is this as good as it gets?
Example:
SearchField contains:
Albert
Alvaro
ALBINA
alice
I want to enter: "alvar"
and have the program locate the record containing: Alvaro
I tried setting Near On, but I wind up getting "Albert" back instead of "Alvaro" even if I enter "alvaro". I need to be able to have the search NOT be case sensitive.
I have tried adding UPPER() and or LOWER() to my Search Text fields and command line, but it was no help.
Is this as good as it gets?