Targol and my other good helpers, I understand what you are saying.
I have used upper in sql and have used ucase in asp but the problem I am having is that ucase is not working the way I am using it.
I am not using in my where clause.
A user enters values of either yes or no but the problem is they can either yes or YES just as they can enter no or NO.
What I want to do is to make sure that whether they enter the values in either uppercase or lowercase, that my asp captures that simply because of the way I code the asp.
Right, Targol's suggestion is not working because I am not using a where clause, I am only saying select ucase(field) from table.
Finally, I like I said in my previous thread, when I remove the ucase, my code works fine.
I am just wandering if there is a way to set sql database to convert every entry to uppercase.
I have not gotten any response from sql server forum.