Comparing Uppercase record with lowercase query
386736Jan 30 2003 — edited Jan 31 2003Hi, im working off of a database with all uppercase values currently and im attempting to do a like clause to pull out of the database something "like" the value I'm using to query. For example, if the lastname is SMITH, and I enter Smi%, I want to pull SMITH out of the database without having to enter a capital SMI%. Whats the best way for me to do this comparison?