Hello - I was wondering if anyone had any code to create the following:
I'm trying to build a very straightforward 'wizard' that consists of 2 list boxes. The list box on the left (multi-select) contains all of the choices a user can make. The list box on the right is empty and will receive the selections made in the list box on the right when the user presses a button to move the entries. Conversely, the user should also be able to move entires back from the right box to the left. Ultimately, the entries in the right box will be used to populate an array.
I've seen these sort of 'wizards' before so I know it is possible, but I'm stumped. Thanks.
Best regards,
Sal
I'm trying to build a very straightforward 'wizard' that consists of 2 list boxes. The list box on the left (multi-select) contains all of the choices a user can make. The list box on the right is empty and will receive the selections made in the list box on the right when the user presses a button to move the entries. Conversely, the user should also be able to move entires back from the right box to the left. Ultimately, the entries in the right box will be used to populate an array.
I've seen these sort of 'wizards' before so I know it is possible, but I'm stumped. Thanks.
Best regards,
Sal