Hi, basically we have a table with a field called Multi. This holds either a Y or N character.
I want a form with 2 radio buttons on, when a record is searched for, the correct radio button will be selected depending on whats in the multi field (Y/N).
I also want to be able to change that field by pressing either of the radio buttons and to input the value back in the table as Y or N.
How do I go about doing this?
Totally new to java and servoy.
Thanks