The Like operator is case sensitive when Option Compare Database is used (in my locale). This of course means that if strTest = "foo" then
(strTest Like "fo*") = True
and
(strTest Like "Fo*") = False
The Like operator is case sensitive when Option Compare Database is used (in my locale). This of course means that if strTest = "foo" then
(strTest Like "fo*") = True
and
(strTest Like "Fo*") = False