I am trying to compare two controls if they match I will throw up an error. The problem is, if the case does not match of course the error won't show.
very simple
select case txt1.text
case = txt2.text
show error
end select
how can I ignore the case and just check the control for the same spelling?
Thanks
very simple
select case txt1.text
case = txt2.text
show error
end select
how can I ignore the case and just check the control for the same spelling?
Thanks