nicks60610
MIS
I am trying to convert a string variable that someone enters in a field from lower case to all upper case so that when they submit the string to the database, it will find a match. Currently when someone enters it998 for a piece of equipment and does a search, it comes back with blank data, whereas if someone enters IT998 and searches, they see all the matching results. The first page is a plain html form where the user enters the equipment ID and hits search, this takes the variable they entered and inserts in to a query string which displays the results.
Any ideas on an easy way of doing this?
Thanks,
Any ideas on an easy way of doing this?
Thanks,