Hi,I have a field with a drop down list on my form where the user can
also enter something some value not in the drop down list.Now I want to
check if the value the user entered is in the drop-down list. Generally
speaking if a value of a field is in a table.I am wondering if there is
something likeif (this.rawValue is in table) then do somethingor if I
have to loop over the table to compare the values of the field and the
table.Thank you.Regards,Martin