beginner81
Programmer
How do i ignore the case sensitive while i'm doing the verification for certain field ??
for example .. IF (custNo = EditCustNo.Text) then .....
In this case, i want the system to accept both upper and lower case of EditCustNo.Text .. what should i do then ??
for example .. IF (custNo = EditCustNo.Text) then .....
In this case, i want the system to accept both upper and lower case of EditCustNo.Text .. what should i do then ??