Hi,
Is there a way to force all text entered via a form into uppercase?
If not is there a way to make the where clause case insensitive?
I'm searching through a list of locations eg bristol, bath, cardiff. However some are entered with uppercase and some lower case, so when I do a select distinct I end up with both the lowercase and the uppercase entry
Thanks in advance
Is there a way to force all text entered via a form into uppercase?
If not is there a way to make the where clause case insensitive?
I'm searching through a list of locations eg bristol, bath, cardiff. However some are entered with uppercase and some lower case, so when I do a select distinct I end up with both the lowercase and the uppercase entry
Thanks in advance