Check/uncheck entry of a ListBox from a choosen entry in a MultiBox
Hi,
I try to check/uncheck entry of a ListBox when choosing value from MultiBox.
What I want to accomplish is: for selected value in "InputField" if the value is unchecked in "MyField" listbox THEN check it, if checked THEN uncheck it.
Could anyone have a look over attached project and give me a hint ?