Hello.
I have problem to display a correct value if option Other in a dropdow has been selected.
I created Inputbox Other which is visible if a user select Other option (A). It works fine, there is a correct value in display form (B). But if I edit this record, there is wrong value in the drop-down (C).
I understand why it is happening - if a value is out of a range listed values Default value is displayed. My idea is to check "If a value != Apple OR != Pear (all listed values) then select Other and make Inputbox with a value visible." But I can't how to do it. Can you give me an advice?
