My friend asked me this and i didn't know so i am asking you guys/gals....

He Has a button and a Textbox:
Code:
If text1.text = "Chris" then
form2.show
unload me
end if
But he wants it to work even if text1.text is:
ChRiS
chris
CHRIS
you know.. ANY case... but he doesn't want to do every kind of case there is for the name.

Any way for this to work?