The correct function is Upper() and it would only work if you wanted to compare All Upper Case to All Upper Case. But if you wanted to treat "Michael" different than "michael" or "MICHAEL" that won't help.<br>
<br>
I don't have the exact anyswer. But, Upper(), or Lower() for that matter, will not help in all cases.<br>
<br>
HTH,<br>
<br>
MapMap