Hai,
I have a two TextInput Box with the name of
*Subject _TextInput Box and
*Invoice_Textbox
Subject_TextInput has Only 5 values for user to enter. "ENG","TAM","MATH","SCI","EVS".
So 1)when user types any one of the above values in Subject_TextInput Box then I need a
--->Invoice_TextInput box values Automatically wants to display the value as "Inter" .
2)Otherwise if the User enters any other values beyond the 5 values then
--->Invoice_TextInput box values Automatically wants to display the value as "Outer"
Please Help.