Jet database engine does not differentiate based on case; neither does
ACCESS VBA. What you seek to do could be very dangerous unless you always
remember to use your own comparison routines everywhere in the database!
That said, check out the StrCompare function (see Help file).