Matching case

mmitchell

Registered User.
Local time
Today, 07:45
Joined
Jan 7, 2003
Messages
80
I have two tables that have fields set to a text so that the ClientID is their name.

When I query, my queries don't take into account the case. So "K Smith" is the same as "K SMITH" as "k sMIth"

I am trying to write an unmatched query between two tables based on this ClientID but it will turn up no unmatched because it is not taking into account the case.

Any suggestions on how to match the cases, othere then changing the table?

Thanks.
 

Users who are viewing this thread

Back
Top Bottom