Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
Is it possible to add or remove data selections from listbox to another listbox? I have attached the image file below for your checking.
When the user do selections, and clicks the button, the data selected will be transferred to another listbox (TO). The same way when he selects data in TO, then remove back to the FROM listbox.
Thanks in advance for your solutions.
Best regards
Jason
Hi
If you have two listboxes referencing the same field, and you make selections in one, they will automatically be selected in the second box. I assume that is not what you require though.
There two ways that come to mind - have the two listboxes using alternate states or a duplicate, island field to the To list.Which to use depends on what you want to do with the data.
HTH
Jonathan
Perhaps this video tutorial helps: Using Alternate States to Select Multiple Values in a List Box with Different Attributes
PFA