GohDiamond
09-04-2007, 11:31 AM
Hello,
I there any way to get MS Access to distinguish between, for example,
'AB' vs. 'ab'
in an if statement; something like :
dim X as string
dim Y as string
X='AB'
Y='ab'
if X= Y then
msgbox "Match"
else
msgbox "Doesn't Match"
end if
In this case the msgbox should be "Doesn't Match"
I've been scratching my head over this one for a bit. Any Help would be appreciated.
Thanks in advance,
Goh
I there any way to get MS Access to distinguish between, for example,
'AB' vs. 'ab'
in an if statement; something like :
dim X as string
dim Y as string
X='AB'
Y='ab'
if X= Y then
msgbox "Match"
else
msgbox "Doesn't Match"
end if
In this case the msgbox should be "Doesn't Match"
I've been scratching my head over this one for a bit. Any Help would be appreciated.
Thanks in advance,
Goh